mirror of
https://github.com/danbulant/redditConnector
synced 2026-06-17 05:21:16 +00:00
Remove unnecesary lgo
This commit is contained in:
parent
78d0cdf5e0
commit
7da3df8e0f
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
|
@ -62,7 +62,6 @@ app.get("/callback", async (req, res) => {
|
|||
try {
|
||||
await member.setNickname("u/" + reddit.name);
|
||||
} catch(e) {
|
||||
console.log(e);
|
||||
return res.status(500).send("Missing nickname permission");
|
||||
}
|
||||
res.send("Done");
|
||||
|
|
|
|||
Loading…
Reference in a new issue