Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ru4l committed Jan 30, 2025
1 parent 1630ea5 commit b582fa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import type { MutationResolvers } from './../../../../__generated__/types';
export const schemaDelete: NonNullable<MutationResolvers['schemaDelete']> = async (
_,
{ input },
{ injector, request },
{ injector, request, session },
) => {
let selector: {
organizationId: string;
Expand Down

0 comments on commit b582fa1

Please sign in to comment.