mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 22:10:15 +00:00
feat(labrinth): shared instances moderation (#6784)
* feat(labrinth): shared instance report type * style(labrinth): cargo fmt * feat(labrinth): check that instance exists when reporting * style(labrinth): cleanup unused import * feat(labrinth): store version id for shared instance reports * style(labrinth): satisfy clippy * fix(labrinth): use string id instead of int
This commit is contained in:
@@ -312,6 +312,9 @@ vars! {
|
||||
|
||||
DELPHI_URL: String = "";
|
||||
|
||||
SHARED_INSTANCES_URL: String = "";
|
||||
SHARED_INSTANCES_KEY: String = "";
|
||||
|
||||
AVALARA_1099_API_URL: String = "https://www.track1099.com/api";
|
||||
AVALARA_1099_API_KEY: String = "none";
|
||||
AVALARA_1099_API_TEAM_ID: String = "none";
|
||||
|
||||
Reference in New Issue
Block a user