aboutsummaryrefslogtreecommitdiff
path: root/src/structures.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-05-06 19:32:18 +0000
committerFuwn <[email protected]>2021-05-06 19:32:18 +0000
commitf7e922fdc7a9ce395969f1b8e618c16d50dfbe4d (patch)
tree854c0ae826d731b865110726c584fa25f296324e /src/structures.rs
parentfix(random): no range in one image languages (diff)
downloadapi-worker-f7e922fdc7a9ce395969f1b8e618c16d50dfbe4d.tar.xz
api-worker-f7e922fdc7a9ce395969f1b8e618c16d50dfbe4d.zip
fix(structures): remove random create pub
Diffstat (limited to 'src/structures.rs')
-rw-r--r--src/structures.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/structures.rs b/src/structures.rs
index c17ba6f..13f904d 100644
--- a/src/structures.rs
+++ b/src/structures.rs
@@ -23,6 +23,6 @@ pub struct GitHubAPIResponseTree {
#[derive(Serialize, Deserialize, Debug)]
pub struct SenpyRandom {
- pub(crate) language: String,
- pub image: String,
+ pub language: String,
+ pub image: String,
}