Fix wrong overriden attribute
This commit is contained in:
parent
f358deb6c4
commit
b380a89ac6
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ interface IPageView extends IAnonymousEvent {
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface IWelcomeScreenLoad extends IAnonymousEvent {
|
export interface IWelcomeScreenLoad extends IAnonymousEvent {
|
||||||
key: "welcome_screen_load",
|
eventName: "welcome_screen_load",
|
||||||
}
|
}
|
||||||
|
|
||||||
const hashHex = async (input: string): Promise<string> => {
|
const hashHex = async (input: string): Promise<string> => {
|
||||||
|
|
Loading…
Reference in a new issue