jam411 3 years ago
parent
commit
c9b263952c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/client/interfaces/global-notification.ts

+ 1 - 1
packages/app/src/client/interfaces/global-notification.ts

@@ -1,5 +1,5 @@
 export const NotifyType = {
-  Email: 'email',
+  Email: 'mail',
   SLACK: 'slack',
 } as const;