Skip to content

Commit

Permalink
hooks issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia committed Jul 15, 2024
1 parent 3d2ae7d commit e42450d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tapisui-hooks/src/pods/useListTemplateTags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { useTapisConfig } from '..';
import QueryKeys from './queryKeys';

const useListTemplateTags = (
params: Pods.TemplateTagsSmallRequest,
params: Pods.GetTemplateTagsRequest,
options: QueryObserverOptions<Pods.TemplateTagsSmallResponse, Error> = {}
) => {
const { accessToken, basePath } = useTapisConfig();
Expand Down

0 comments on commit e42450d

Please sign in to comment.