updated assets names

This commit is contained in:
2025-09-15 17:02:57 +03:00
parent 1d6704948b
commit 8873453c80
6 changed files with 5 additions and 5 deletions

View File

@ -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);