Skip to content

Commit

Permalink
chore: 🤖 code format
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 2, 2024
1 parent d4c4d8a commit 35a2a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/functions/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const createAction: SdkGuardedFunction<CreateFunctionArgs> = async ({
}) => {
const { name, siteId } = args;
const functionName = await getFunctionNameOrPrompt({ name });

if (siteId && !(await isSiteIdValid({ siteId: siteId as string, sdk }))) {
output.error(t('siteNotFound'));
return;
Expand Down

0 comments on commit 35a2a0d

Please sign in to comment.