mirror of
https://github.com/System-End/slack-end.git
synced 2026-04-19 23:22:56 +00:00
fix:Noencoding
This commit is contained in:
parent
4ea17ebe62
commit
3f09b09d89
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ export async function getMessageCount(db: JSONdb) {
|
|||
{
|
||||
headers: {
|
||||
accept: "*/*",
|
||||
cookie: `d=${encodeURIComponent(process.env.SLACK_USER_COOKIE)}`,
|
||||
cookie: `d=${process.env.SLACK_USER_COOKIE}`,
|
||||
},
|
||||
body: formData,
|
||||
method: "POST",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue