Fix typo in analytics

This commit is contained in:
Misode
2023-01-03 23:11:11 +01:00
parent 5c9fa1eaaf
commit e1e9f6fa9c

View File

@@ -136,7 +136,7 @@ export namespace Analytics {
}
export function redoGenerator(file_type: string, history: number, method: Method) {
event(ID_GENERATOR, 'undo', legacyMethod(method))
event(ID_GENERATOR, 'redo', legacyMethod(method))
gtag('event', 'redo_generator', {
file_type,
history,