refactor: canonicalize TypeScript and Tailwind syntax
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user