mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Do not declare two variables in a statement
This commit is contained in:
parent
f0a518ff65
commit
4460515693
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ export default async ({ data }, done) => {
|
|||
return;
|
||||
}
|
||||
|
||||
let follower, followee;
|
||||
let follower;
|
||||
let followee;
|
||||
|
||||
try {
|
||||
[follower, followee] = await Promise.all([
|
||||
|
|
Loading…
Add table
Reference in a new issue