Skip to content

Commit

Permalink
fix: set correct initial value to card counter
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilhermeasper committed Sep 2, 2023
1 parent 8b16b49 commit 2ebc11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/collageBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ export class CollageBuilder {

let x = 45;
let y = 590;
let counter = 1;
let counter = 2;

for (let index = 0; index < images.length; index++) {
const imageBuffer = images[index];
Expand Down

0 comments on commit 2ebc11b

Please sign in to comment.