Skip to content

Commit

Permalink
fix: change title back
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfbecker committed Feb 14, 2021
1 parent eda97d9 commit aadbcd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/cloud-function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const serve = async (request: Request, response: Response): Promise<void>
sandbox: decamelizeKeys({
...sandbox,
collectionId,
title: `${fullName} - Coding exercise submission`,
title: `Submission by ${fullName}`,
private: Privacy.Private,
}),
}
Expand Down

0 comments on commit aadbcd0

Please sign in to comment.