mirror of
https://github.com/PaiGramTeam/GetToken.git
synced 2024-11-21 14:38:24 +00:00
remove body length limit
This commit is contained in:
parent
b15db8cdc3
commit
881a1d9eb6
3
.github/utils.js
vendored
3
.github/utils.js
vendored
@ -1,6 +1,7 @@
|
||||
const fs = require("fs")
|
||||
const axios = require("axios").create({
|
||||
validateStatus: _ => true
|
||||
validateStatus: _ => true,
|
||||
maxBodyLength: Infinity
|
||||
})
|
||||
|
||||
const repo = "HolographicHat/GetToken"
|
||||
|
Loading…
Reference in New Issue
Block a user