Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Jul 16, 2024
1 parent 0ebbe2f commit 8b31905
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/tapisui-api/src/systems/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export { default as undeleteSystem } from './undeleteSystem';
export { default as shareSystemPublic } from './shareSystemPublic';
export { default as unShareSystemPublic } from './unShareSystemPublic';
export { default as createChildSystem } from './createChildSystem';
export { default as createUserCredential } from './createUserCredential'
export { default as createUserCredential } from './createUserCredential';
2 changes: 1 addition & 1 deletion lib/tapisui-hooks/src/pods/useGetPodSecrets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ const useGetPodSecrets = (
return result;
};

export default useGetPodSecrets;
export default useGetPodSecrets;
2 changes: 1 addition & 1 deletion lib/tapisui-hooks/src/systems/useCreateCredential.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import QueryKeys from './queryKeys';
type CreateUserCredentialHookParams = {
systemId: string;
userName: string;
reqUpdateCredential: Systems.ReqUpdateCredential
reqUpdateCredential: Systems.ReqUpdateCredential;
};

const useCreate = () => {
Expand Down

0 comments on commit 8b31905

Please sign in to comment.