Tweaks and mergefail fixes
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { Types } from 'mongoose';
|
||||
import { readOneById } from './auth/readOneById';
|
||||
|
||||
import { Auth } from '../model/auth';
|
||||
|
||||
export const readOneById = async (id: Types.ObjectId) => Auth.findById(id);
|
||||
export { readOneById };
|
||||
|
||||
Reference in New Issue
Block a user