mirror of
https://github.com/Stef-00012/Zipline-Android-App.git
synced 2025-05-11 10:25:59 +02:00
remove useless styles, format with biomejs
This commit is contained in:
parent
626f025e2c
commit
4ff541d05f
89 changed files with 4810 additions and 5168 deletions
|
@ -17,9 +17,9 @@ export function get(key: string): string | null {
|
|||
export async function del(key: string): Promise<boolean> {
|
||||
try {
|
||||
await SecureStore.deleteItemAsync(key);
|
||||
|
||||
|
||||
return true;
|
||||
} catch(e) {
|
||||
} catch (e) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue