mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-14 11:33:09 +02:00
1c67c26bd8
* wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip
5 lines
159 B
TypeScript
5 lines
159 B
TypeScript
import { db } from '@/db/postgre.js';
|
|
import { Relay } from '@/models/entities/relay.js';
|
|
|
|
export const RelayRepository = db.getRepository(Relay).extend({
|
|
});
|