mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Resolve linter issues
This commit is contained in:
@@ -6,7 +6,10 @@ const { map, reduce } = require('lodash');
|
||||
|
||||
module.exports = connectors => {
|
||||
const {
|
||||
graph: { subscriptions: { getBroker }, Context },
|
||||
graph: {
|
||||
subscriptions: { getBroker },
|
||||
Context,
|
||||
},
|
||||
services: { Mailer, Plugins },
|
||||
} = connectors;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user