updated assets names
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
const ping = async (token: string | null): Promise<boolean> => {
|
||||
// TODO: request to API
|
||||
// TODO: request to API - ping
|
||||
return new Promise((resolve) => {
|
||||
setTimeout(() => {
|
||||
resolve(!!token);
|
||||
|
||||
Reference in New Issue
Block a user