Skip to content

Commit

Permalink
cleanBookings2
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbrui committed Apr 25, 2024
1 parent dc13ec2 commit d58a196
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { FieldResolveInput } from 'stucco-js';
import { BookStatus, resolverFor } from '../zeus/index.js';
import { resolverFor } from '../zeus/index.js';
import { MongoOrb, updateNestedFields } from '../utils/db/orm.js';
import { GlobalError, errMiddleware, sourceContainUserIdOrThrow } from '../utils/middleware.js';
import { ObjectId, WithId } from 'mongodb';
import { ServiceModel } from '../models/ServiceModel.js';

export const updateBooking = async (input: FieldResolveInput) =>
Expand Down

0 comments on commit d58a196

Please sign in to comment.