mirror of
https://github.com/danbulant/redditConnector
synced 2026-07-04 10:30:53 +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 {
|
try {
|
||||||
await member.setNickname("u/" + reddit.name);
|
await member.setNickname("u/" + reddit.name);
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
console.log(e);
|
|
||||||
return res.status(500).send("Missing nickname permission");
|
return res.status(500).send("Missing nickname permission");
|
||||||
}
|
}
|
||||||
res.send("Done");
|
res.send("Done");
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue