Add song info to existing posts
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
export function sleep(timeInMs: number): Promise<undefined> {
|
||||
export function sleep(timeInMs: number): Promise<void> {
|
||||
return new Promise((resolve) => {
|
||||
setTimeout(resolve, timeInMs);
|
||||
});
|
||||
|
Reference in New Issue
Block a user