This commit is contained in:
tamaina
2021-01-21 21:41:58 +09:00
parent ab3ae3c2b2
commit e08cfff613
3 changed files with 4 additions and 6 deletions

View File

@@ -3,9 +3,9 @@ import getUserName from '../../misc/get-user-name';
export default async function(type, data, i18n): Promise<[string, NotificationOptions] | null> {
if (!i18n) {
console.log('no i18n')
return null
};
console.log('no i18n');
return null;
}
switch (type) {
case 'driveFileCreated': // TODO (Server Side)