Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton committed May 1, 2024
1 parent 874c1e6 commit e35b9b3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/app/src/Blocks.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,10 @@
};
}
export function add_new_message(message: string, type: ToastMessage["type"]) {
export function add_new_message(
message: string,
type: ToastMessage["type"]
): void {
messages = [new_message(message, -1, type), ...messages];
}
Expand Down

0 comments on commit e35b9b3

Please sign in to comment.