mirror of
https://github.com/wassname/talk.git
synced 2026-07-28 11:27:05 +08:00
Resolve linter issues
This commit is contained in:
@@ -116,7 +116,12 @@ class NotificationManager {
|
||||
try {
|
||||
// Pull out some useful tools.
|
||||
const {
|
||||
connectors: { models: { User }, services: { I18n: { t } } },
|
||||
connectors: {
|
||||
models: { User },
|
||||
services: {
|
||||
I18n: { t },
|
||||
},
|
||||
},
|
||||
} = ctx;
|
||||
|
||||
const organizationName = await getOrganizationName(ctx);
|
||||
|
||||
Reference in New Issue
Block a user