summary refs log tree commit diff
path: root/api/src/routes/users/@me/billing
diff options
context:
space:
mode:
authoruurgothat <cckhmck@gmail.com>2021-10-24 18:13:51 +0300
committeruurgothat <cckhmck@gmail.com>2021-10-24 18:13:51 +0300
commit537da73d3858d123ea4b15fe77342b6a2ba61969 (patch)
tree5a5926092301c12f0e55bbff170934fff2dd94a6 /api/src/routes/users/@me/billing
parentFormat the file (diff)
parentMerge pull request #492 from fosscord/translation (diff)
downloadserver-ts-537da73d3858d123ea4b15fe77342b6a2ba61969.tar.xz
Merge branch 'master' of https://github.com/fosscord/fosscord-server
Diffstat (limited to 'api/src/routes/users/@me/billing')
-rw-r--r--api/src/routes/users/@me/billing/payment-sources.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/src/routes/users/@me/billing/payment-sources.ts b/api/src/routes/users/@me/billing/payment-sources.ts

index 834be35c..014df8af 100644 --- a/api/src/routes/users/@me/billing/payment-sources.ts +++ b/api/src/routes/users/@me/billing/payment-sources.ts
@@ -5,7 +5,7 @@ const router = Router(); router.get("/", route({}), (req: Request, res: Response) => { // TODO: - res.json([]).status(200) + res.json([]).status(200); }); export default router;