4 lines
117 B
TypeScript
4 lines
117 B
TypeScript
import { Auth } from '..';
|
|
|
|
export const readOneByUsername = async (username: string) => Auth.findOne({ username });
|