Skip to content

Commit

Permalink
MAT-4169 optimize code
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-cecilialiu committed Dec 12, 2024
1 parent d204320 commit 7878d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/useTerminologyServiceApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class TerminologyServiceApi {
.catch((error) => {
// Log the error or handle it as needed
console.error("UMLS Logout failed:", error);
return false;
throw error;
});
return false;
}
Expand Down

0 comments on commit 7878d7e

Please sign in to comment.