[PATCH compass-ci] src/lib/job.cr: delete the field submit_token

1 Mar
2021
1 Mar
'21
11:39 a.m.
Signed-off-by: Li Ping <1477412247@qq.com> --- src/lib/job.cr | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/job.cr b/src/lib/job.cr index c3eeaf4..33456ca 100644 --- a/src/lib/job.cr +++ b/src/lib/job.cr @@ -403,6 +403,7 @@ class Job @hash.delete("my_uuid") @hash.delete("my_token") + @hash.delete("submit_token") end private def is_valid_account?(account_info) -- 2.23.0
1506
Age (days ago)
1506
Last active (days ago)
0 comments
1 participants
participants (1)
-
Li Ping