diff options
author | Eric Bailey <git@esb.lol> | 2024-09-11 21:47:25 -0500 |
---|---|---|
committer | Eric Bailey <git@esb.lol> | 2024-09-11 21:47:25 -0500 |
commit | 6e78ce53d74e79e2349ab357c7270e30742d33a5 (patch) | |
tree | 4a236899ee901702e458dd0d9033a2b0b2bd706e /src/storage | |
parent | c8b133863df5c6b417562f71f8a3c6feef280139 (diff) | |
download | voidsky-6e78ce53d74e79e2349ab357c7270e30742d33a5.tar.zst |
Dev helpers, string cleanup
Diffstat (limited to 'src/storage')
-rw-r--r-- | src/storage/schema.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/schema.ts b/src/storage/schema.ts index be074db43..bc41fd3ed 100644 --- a/src/storage/schema.ts +++ b/src/storage/schema.ts @@ -2,5 +2,5 @@ * Device data that's specific to the device and does not vary based account */ export type Device = { - lastNuxDialog: string + lastNuxDialog: string | undefined } |