jam411 3 年 前
コミット
c9b263952c
1 ファイル変更1 行追加1 行削除
  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;