Skip to content

Commit 5879c87

Browse files
committed
fix: JS build
1 parent ad0fbcf commit 5879c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/javascript/clients/client/builds/definition.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export {
2222
isScheduleTrigger,
2323
isSubscriptionTrigger,
2424
{{/isIngestionClient}}
25-
} from '../src/{{clientName}}';
25+
} from '../src/{{#isCompositionFullClient}}compositionFullClient{{/isCompositionFullClient}}{{^isCompositionFullClient}}{{clientName}}{{/isCompositionFullClient}}';
2626

2727
export * from '../model';
2828

0 commit comments

Comments
 (0)