Prettier...
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2023-05-24 10:33:41 -04:00
parent 40645f58e3
commit 65e30ba1c7
33 changed files with 548 additions and 423 deletions

View File

@@ -1,3 +1,4 @@
import { Auth } from '../model/auth';
import { Auth } from "../model/auth";
export const readOneByUsername = async (username: string) => Auth.findOne({ username });
export const readOneByUsername = async (username: string) =>
Auth.findOne({ username });