diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-12-15 19:04:14 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-12-15 19:04:14 +0100 |
commit | 857c0ab4cd2253a0e1d53e3372a1ff1565cb4150 (patch) | |
tree | 1284cef3d992ce767baee0a4788214b7f474a3ba /tsconfig.json | |
parent | 7cc3b10824683c601a9051ef98e7c1478a801db8 (diff) |
introduce refund groups, react correctly to 410 Gone for /refund
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index 43ccd7e21..81e529fad 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -54,6 +54,7 @@ "src/operations/payback.ts", "src/operations/pending.ts", "src/operations/refresh.ts", + "src/operations/refund.ts", "src/operations/reserves.ts", "src/operations/return.ts", "src/operations/state.ts", |