mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-11 05:05:07 -05:00
Pretty ugly to do it this way but otherwise server won't run and don't feel like setting ts paths for ts-node
4 lines
143 B
TypeScript
4 lines
143 B
TypeScript
import * as TrustRelationship from "~/models/TrustRelationship";
|
|
|
|
export const getTrustingUsers = TrustRelationship.findManyByTrustReceiverId;
|