Skip to content

Commit

Permalink
Merge pull request #173 from Alon2303/fix-spaces
Browse files Browse the repository at this point in the history
Added a space on line 17
  • Loading branch information
hayd committed May 9, 2022
2 parents c0d4b48 + 3335e40 commit 097f92e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example-serverless/api/candidate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ function ok(body: unknown, statusCode = 200) {
body: JSON.stringify(body),
};
}

function error(message: string, statusCode = 500) {
return ok({ message: message }, statusCode);
}
Expand Down

0 comments on commit 097f92e

Please sign in to comment.