Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi committed Jun 7, 2024
1 parent 9866f2f commit 924bb88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/template-resolver/src/SnippetTemplateResolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export class SnippetTemplateResolver {
}
} else {
if (payloadOverride == null && input.value.isOptional && input.value.type === "enum") {
console.log("Skipping", input);
continue;
}
const evaluatedInput = this.resolveV1Template(input.value, payloadOverride);
Expand Down

0 comments on commit 924bb88

Please sign in to comment.