Add DAO shit for Strategy model, added types for different ops, bump package version
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,3 +1,3 @@
|
||||
import { Auth } from '../model/auth';
|
||||
import { readOneByUsername } from './auth/readOneByUsername';
|
||||
|
||||
export const readOneByUsername = async (username: string) => Auth.findOne({ username });
|
||||
export { readOneByUsername };
|
||||
|
||||
Reference in New Issue
Block a user