Fix wrong overriden attribute

This commit is contained in:
James Salter 2021-07-21 17:01:45 +01:00
parent f358deb6c4
commit b380a89ac6

View file

@ -36,7 +36,7 @@ interface IPageView extends IAnonymousEvent {
}
export interface IWelcomeScreenLoad extends IAnonymousEvent {
key: "welcome_screen_load",
eventName: "welcome_screen_load",
}
const hashHex = async (input: string): Promise<string> => {