typing
This commit is contained in:
parent
66e28c540f
commit
03d04bee98
@ -407,7 +407,7 @@ export const infoToast = (message: string, timeout = 5000) =>
|
||||
return immediateToast('info', { message, position: 'topCenter', timeout });
|
||||
};
|
||||
|
||||
export const resolveTime = (str: string) =>
|
||||
export const resolveTime = (str: string): number | null =>
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user