mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-29 18:27:33 +08:00
close callback is optional
This commit is contained in:
parent
7e46f2090f
commit
ff9fad196d
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ export function addBanner(
|
|||
level = -1,
|
||||
customIcon = "bullhorn",
|
||||
sticky = false,
|
||||
closeCallback: () => void
|
||||
closeCallback?: () => void
|
||||
): void {
|
||||
// notificationHistory.push(
|
||||
new Notification(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue