Last round of prettier: npx prettier --write src/
This commit is contained in:
@@ -97,7 +97,10 @@ const idaa_local_data_struct: key_val = {
|
||||
}
|
||||
};
|
||||
|
||||
export const idaa_loc: Writable<key_val> = persisted('ae_idaa_loc', idaa_local_data_struct);
|
||||
export const idaa_loc: Writable<key_val> = persisted(
|
||||
'ae_idaa_loc',
|
||||
idaa_local_data_struct
|
||||
);
|
||||
|
||||
/* *** BEGIN *** Initialize idaa_session_data_struct */
|
||||
// In-memory only (not persisted). Resets on page load.
|
||||
|
||||
Reference in New Issue
Block a user