Skip to content

Commit

Permalink
Fixed formatting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Atharva-Kanherkar committed Apr 22, 2024
1 parent 3c64ea3 commit c5fa388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/resolvers/Query/getAllNotesByAgendaItem.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
} from "../../../src/models";
import { getAllNotesForAgendaItem } from "../../../src/resolvers/Query/getAllNotesForAgendaItem";
import { connect, disconnect } from "../../helpers/db";
import type { TestOrganizationType} from "../../helpers/userAndOrg";
import type { TestOrganizationType } from "../../helpers/userAndOrg";
import { createTestUser } from "../../helpers/userAndOrg";
import type { TestUserType } from "../../helpers/user";
import type { TestNoteType } from "../../helpers/note";
Expand Down

0 comments on commit c5fa388

Please sign in to comment.