Skip to content

Commit

Permalink
Restore plugin assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie committed Oct 1, 2024
1 parent 937a883 commit 43e4f7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/graphile-config/src/resolvePresets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ function mergePreset(
const sourcePluginNames: string[] = [];
if (sourcePreset.plugins) {
for (const plugin of sourcePreset.plugins) {
assertPlugin(plugin);
seenPlugins.add(plugin);
sourcePluginNames.push(plugin.name);
}
Expand Down

0 comments on commit 43e4f7a

Please sign in to comment.