Skip to content

Commit 7329d48

Browse files
authored
chore(gatsby): remove unused await (#28978)
1 parent ed19fa0 commit 7329d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby/src/schema/node-model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class LocalNodeModel {
275275
runQueryActivity.start()
276276
}
277277

278-
const queryResult = await runFastFiltersAndSort({
278+
const queryResult = runFastFiltersAndSort({
279279
queryArgs: query,
280280
firstOnly,
281281
gqlSchema: this.schema,

0 commit comments

Comments
 (0)