Skip to content

Commit

Permalink
fix: update @asyncapi/bundler to 0.5.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
aeworxet committed May 8, 2024
1 parent c4ad25e commit 7f39afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/SpecificationFile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,4 @@ async function detectSpecFile(): Promise<string | undefined> {
}
}));
return existingFileNames.find(filename => filename !== undefined);
}
}

0 comments on commit 7f39afa

Please sign in to comment.