This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Types } from 'mongoose';
|
||||
import { Types } from "mongoose";
|
||||
|
||||
import { Auth } from '../model/auth';
|
||||
import { Auth } from "../model/auth";
|
||||
|
||||
export const readOneById = async (id: Types.ObjectId) => Auth.findById(id);
|
||||
|
||||
Reference in New Issue
Block a user