Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
stoneliuCS committed Jan 25, 2025
1 parent e386091 commit b9d5746
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion backend/src/entities/groups/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import { ForbiddenError, NotFoundError } from "../../utilities/errors/app-error"
import { and, eq, sql, desc, between } from "drizzle-orm";
import { Media, PostWithMedia } from "../posts/validator";


export interface GroupTransaction {
insertGroup(payload: CreateGroupPayload): Promise<Group | null>;
deleteGroup(groupId: string, userId: string): Promise<void>;
Expand Down
1 change: 0 additions & 1 deletion backend/src/tests/helpers/test-builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export class TestBuilder {
return resultHeaders;
}


getResponseBodyKey(key: string): unknown {
if (this.type === HTTPRequest.DELETE) {
throw new Error("Cannot retrieve id from DELETE request");
Expand Down

0 comments on commit b9d5746

Please # to comment.