Skip to content

Commit

Permalink
Remove stray return
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKahr committed Jun 5, 2024
1 parent 199af60 commit 635bf34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/src/api/testFunction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export const testFunction = onRequest(
if (versions.length === 0) {
info = 'No versions were found.';
code = 500;
return;
}
} catch (error: any) {
info = error.message;
Expand Down

0 comments on commit 635bf34

Please sign in to comment.