mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-26 20:35:04 +00:00
Revert "added big todo list to Guild.ts (big chungus)"
This reverts commit 4a63e1560c.
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
import { Guild } from "@fosscord/util";
|
||||
import { Router, Request, Response } from "express";
|
||||
import { In } from "typeorm";
|
||||
|
||||
const router = Router();
|
||||
|
||||
router.get("/", async (req: Request, res: Response) => {
|
||||
const { limit } = req.params;
|
||||
|
||||
const guilds = await Guild.find({ where: { features: "PENIS" } }); //, take: Math.abs(Number(limit)) });
|
||||
res.send({ guilds: guilds });
|
||||
});
|
||||
|
||||
export default router;
|
||||
Reference in New Issue
Block a user