refactor: canonicalize TypeScript and Tailwind syntax

This commit is contained in:
2026-07-14 19:06:47 +08:00
parent 52bbc363cf
commit 836ae95940
23 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ export async function persistExternalEntryPayload({
}: ExternalEntryPayload): Promise<void> {
const authStorage = AuthStorage.getInstance();
const userStorage = UserStorage.getInstance();
const tasks: Array<Promise<unknown>> = [];
const tasks: Promise<unknown>[] = [];
if (hasValue(deviceId)) {
tasks.push(authStorage.setDeviceId(deviceId));