Skip to content

Commit 4c38768

Browse files
committed
fix: consider REMOVING status as PROCESSED for price calculation endpoint
1 parent 2452e46 commit 4c38768

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/aleph/web/controllers/prices.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ class HTTPProcessing(HTTPException):
4646
web.HTTPGone,
4747
"This message has been forgotten",
4848
),
49-
MessageStatus.REMOVING: (
50-
web.HTTPGone,
51-
"This message is marked for removing",
52-
),
5349
MessageStatus.REMOVED: (
5450
web.HTTPGone,
5551
"This message has been removed",

0 commit comments

Comments
 (0)