Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iceljc committed Nov 22, 2024
1 parent 64a828f commit d1718d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/page/roles/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
isComplete = false;
}, duration);
} else {
throw "error when saving user.";
throw "error when saving role.";
}
}).catch(() => {
isLoading = false;
Expand Down

0 comments on commit d1718d5

Please sign in to comment.