Skip to content

Commit

Permalink
🩹 fix bug in publish workflow AGAIN MOAR EXTREME ENTERPRISE EDITION
Browse files Browse the repository at this point in the history
  • Loading branch information
protiev committed Jun 16, 2024
1 parent d89f258 commit f3a11c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ts/jsr-metadata/jsrMetadataFetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
export const jsrMetadataFetch = async (scopeName: string, packageName: string): Promise<any> =>
{
const datWerxScopeName = !scopeName.startsWith('@')
const datWerxScopeName = scopeName.startsWith('@')
? scopeName
: '@' + scopeName;

Expand Down

0 comments on commit f3a11c3

Please sign in to comment.