We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09eef92 commit eba97dfCopy full SHA for eba97df
src/lightning-stubs/uiGraphQLApi/uiGraphQLApi.js
@@ -18,7 +18,7 @@ export class graphql extends createTestWireAdapter() {
18
constructor(dataCallback) {
19
super(dataCallback);
20
21
- graphql.emit({ data: undefined, errors: undefined });
+ graphql.emit(undefined);
22
}
23
24
0 commit comments