Skip to content

Commit 48bcc94

Browse files
Fix comment
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 9b1fa7b commit 48bcc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/routes/roomRequests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ const roomRequestRoutes: FastifyPluginAsync = async (fastify, _options) => {
683683
);
684684
} catch (error) {
685685
if (error instanceof NotFound) {
686-
// Check if grade period has passed since creation
686+
// Check if grace period has passed since creation
687687
const createdAt = new Date(request.params.createdAt);
688688
const now = new Date();
689689
const timeSinceCreation = now.getTime() - createdAt.getTime();

0 commit comments

Comments
 (0)