Update backend/src/seeds/users/stephen-hawking.ts

This commit is contained in:
Ulf Gebhardt 2023-02-09 14:12:44 +01:00 committed by GitHub
parent c1b126296d
commit 2773e270b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
import { UserInterface } from './UserInterface' import { UserInterface } from './UserInterface'
// TODO: the generated email_contact is not deleted
export const stephenHawking: UserInterface = { export const stephenHawking: UserInterface = {
email: 'stephen@hawking.uk', email: 'stephen@hawking.uk',
firstName: 'Stephen', firstName: 'Stephen',