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,7 +1,3 @@
|
||||
<<<<<<<< HEAD:src/dao/auth/readOneByUsername.ts
|
||||
import { Auth } from '../../model/auth';
|
||||
========
|
||||
import { Auth } from '../model/auth';
|
||||
>>>>>>>> main:src/dao/readOneByUsername.ts
|
||||
|
||||
export const readOneByUsername = async (username: string) => Auth.findOne({ username });
|
||||
|
||||
Reference in New Issue
Block a user