Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscoMoretti committed Jan 4, 2025
1 parent 9c8867f commit 570f960
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default async function post(
path: string,
{ platforms, dryRun }: PostOptions
) {
// Let's get the config directly in post command
const config = await getConfig(process.cwd());
if (!config) {
handleError(
Expand Down

0 comments on commit 570f960

Please sign in to comment.