Skip to content

Commit

Permalink
Add semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
yayuyokitano committed Nov 23, 2020
1 parent d762cf7 commit 5d5911a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/classes/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default class HelperClass {

} else if (page === 0 && limit <= 1000) {

trueLimit = limit
trueLimit = limit;

}

Expand Down Expand Up @@ -96,7 +96,7 @@ export default class HelperClass {
},
nowplaying,
image
}
};
}

}

0 comments on commit 5d5911a

Please sign in to comment.