Skip to content

Commit

Permalink
🚑 hotfix newIntegration have export and removed Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TakSeBiegam committed Sep 13, 2023
1 parent f596cee commit cc9d6ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 78 deletions.
77 changes: 0 additions & 77 deletions packages/integrations/gei-bookings/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/integrations/gei-bookings/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { handler as UserQueryGetBookingsForService } from './UserQuery/getBookin
import { handler as UserMutationRemoveService } from './UserMutation/removeService.js';
import { handler as UserQueryGetSelfServices } from './UserQuery/getSelfServices.js';

const integration = NewIntegration({
export const integration = NewIntegration({
Query: {
user: {
name: 'user',
Expand Down

0 comments on commit cc9d6ab

Please sign in to comment.