fix:Noencoding

This commit is contained in:
Saahil 2025-03-26 21:13:11 -04:00
parent 4ea17ebe62
commit 3f09b09d89
No known key found for this signature in database
GPG key ID: 8A8B64515254CFC6

View file

@ -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",