mirror of
https://github.com/wassname/talk.git
synced 2026-08-03 13:20:59 +08:00
Remove redundant networkStatus
This commit is contained in:
@@ -56,7 +56,7 @@ export default (document, config = {}) => (WrappedComponent) => {
|
||||
|
||||
const status = networkStatusToString(networkStatus);
|
||||
|
||||
this.context.eventEmitter.emit(`query.${name}.${status}`, {variables, networkStatus});
|
||||
this.context.eventEmitter.emit(`query.${name}.${status}`, {variables});
|
||||
}
|
||||
|
||||
wrappedConfig = {
|
||||
|
||||
Reference in New Issue
Block a user