Skip to content

Commit

Permalink
fix(repo): Resolve build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
sullivanpj committed Nov 12, 2022
1 parent 89c9556 commit 0fe9c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/executors/typescript/client-api-sync/impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default async function (
Path.join(`${rootPath}/`, `libs/${domainName}/types/__generated__`)
)
) {
ConsoleLogger.warning(
ConsoleLogger.warn(
`The file location ${Path.join(
`${rootPath}/`,
`libs/${domainName}/types/__generated__`
Expand Down

0 comments on commit 0fe9c4a

Please sign in to comment.