sendou.ink/app/services/user.ts
Kalle (Sendou) acdbc34223 Move user upsert code to auth.ts
Pretty ugly to do it this way but otherwise server won't run
and don't feel like setting ts paths for ts-node
2021-12-18 12:33:09 +02:00

4 lines
143 B
TypeScript

import * as TrustRelationship from "~/models/TrustRelationship";
export const getTrustingUsers = TrustRelationship.findManyByTrustReceiverId;