From dd0e4387bd3b78db5c0f553b28cea56cc0d78651 Mon Sep 17 00:00:00 2001 From: retoor Date: Thu, 28 Nov 2024 03:29:21 +0000 Subject: [PATCH] feat: add reason field to commit message structure for clarity --- src/ragnar/api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ragnar/api.py b/src/ragnar/api.py index d1f0ccd..0231119 100644 --- a/src/ragnar/api.py +++ b/src/ragnar/api.py @@ -70,6 +70,7 @@ class Api: "token_key": self.auth["token_key"], "vote": vote, "plat": 3, + "reason": 2 }, ) return json.loads(response.text)