mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
Do not declare two variables in a statement
This commit is contained in:
parent
e330ac1934
commit
a5715ecc1b
@ -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