Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mschile committed Jan 10, 2025
1 parent 51080c0 commit 1b003f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/graphql/src/utils/nexusTypegenUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ const nexusTypegenDebounced = (cfg: NexusTypegenCfg) => {
debounced[cfg.filePath] =
debounced[cfg.filePath] ?? _.debounce(nexusTypegen, 500)

debounced[cfg.filePath](cfg)
debounced[cfg.filePath]?.(cfg)
}

interface NexusTypegenWatchCfg extends NexusTypegenCfg {
Expand Down

0 comments on commit 1b003f7

Please sign in to comment.