From 5a65b3a653eb4a9ca62332fa65c8d352e6dc782f Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Sun, 20 Oct 2024 18:52:16 -0700 Subject: Use UUID --- client/src/models.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/models.ts') diff --git a/client/src/models.ts b/client/src/models.ts index 201a969..c0cff9e 100644 --- a/client/src/models.ts +++ b/client/src/models.ts @@ -1,5 +1,5 @@ export interface Guest { - id?: number; + id?: string; firstName: string; lastName: string; attendance?: string; -- cgit v1.2.3