mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-23 20:49:06 +01:00
Merge pull request #1396 from akihikodaki/duplicate
Do not declare two variables in a statement
This commit is contained in:
commit
d826a081a4
@ -15,7 +15,8 @@ export default async ({ data }, done) => {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
let follower, followee;
|
let follower;
|
||||||
|
let followee;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
[follower, followee] = await Promise.all([
|
[follower, followee] = await Promise.all([
|
||||||
|
Loading…
Reference in New Issue
Block a user