Skip to content

Commit 026ffcd

Browse files
committed
fix: comment.
1 parent ebcdc11 commit 026ffcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/wizards/functions/steps/templatePermissions.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
onMount(() => {
1111
$templateConfig.execute = $template.permissions.includes('any');
1212
templateScopes = scopes
13-
// hot fix for perplexity chat templates,
13+
// hot fix for perplexity chat template,
1414
// backend doesn't have scopes for this template.
1515
// TODO: @itznotabug fix on backend too.
1616
.filter((scope) => ($template.scopes ?? []).includes(scope.scope))

0 commit comments

Comments
 (0)