refactor(server): auth delete device (#4720)

* refactor(server): auth delete device

* fix: person e2e
This commit is contained in:
Jason Rasmussen 2023-10-30 11:48:38 -04:00 committed by GitHub
parent ce04e9e07a
commit 603b056512
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 76 additions and 20 deletions

View file

@ -1,4 +1,5 @@
export const uuidStub = {
invalid: 'invalid-uuid',
notFound: '00000000-0000-0000-0000-000000000000',
// valid uuid v4
notFound: '00000000-0000-4000-a000-000000000000',
};