Tweaks and mergefail fixes
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2023-05-26 17:46:37 -04:00
parent d97a7d7f95
commit ec61e29fb0
4 changed files with 4 additions and 20 deletions

View File

@@ -1,9 +1,5 @@
import { Types } from 'mongoose';
<<<<<<<< HEAD:src/dao/auth/readOneByRecord.ts
import { Auth } from '../../model/auth';
========
import { Auth } from '../model/auth';
>>>>>>>> main:src/dao/readOneByRecord.ts
export const readOneByRecord = async (record: Types.ObjectId) => Auth.findOne({ record });