Skip to content

Commit

Permalink
type declaration fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
e11sy committed Feb 23, 2024
1 parent 60f27b6 commit 0578990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presentation/pages/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async function userLogout() {
*
* @param toolId - id of the tool
*/
async function userDeleteTool(toolId) {
async function userDeleteTool(toolId: string) {
await deleteTool(toolId);
};
Expand Down

0 comments on commit 0578990

Please sign in to comment.