Admin page for payout review #305
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
parasitepool/para!305
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "parabit/payout-review-page"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -392,3 +392,3 @@let res: Response = server.get_json_async_raw("/split").await;let res = server.get_json_async_raw("/split").await;assert!(!res.status().is_success());Copied it from the test above and didn't think to verify it was even needed there. Removed from all server_with_db tests it was not needed on.
Having both query and header gives optionality which is VERY nice to have for cases where headers can be annoying to deal with.