From 6e78ce53d74e79e2349ab357c7270e30742d33a5 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 11 Sep 2024 21:47:25 -0500 Subject: Dev helpers, string cleanup --- src/storage/schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/storage') 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 } -- cgit 1.4.1