Skip to content

Commit

Permalink
🚨 ci: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 16, 2023
1 parent 29d7647 commit 3bb29a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/v1/runner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ export default async (req: Request) => {

return new Response(JSON.stringify(result));
}

return;
};

0 comments on commit 3bb29a0

Please sign in to comment.