Skip to content

Commit

Permalink
🚑️ colossal omission
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivien Mouret committed Jun 1, 2024
1 parent 9f70d77 commit 01c5c46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions slash/pepe.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ module.exports = {
let endTime = Date.now(),
duration = (endTime - startTime) / 1000;

totalDuration += duration;
executionCount += 1;
duration_average = totalDuration / executionCount;

const data = await response.data;

downloadImagesFromUrl(data[0].url, `./styles/ai/pepe-diffuser.jpg`, function () {
Expand Down

0 comments on commit 01c5c46

Please sign in to comment.