Skip to content

Commit 4e2366a

Browse files
committed
Fix linting
1 parent b68ccce commit 4e2366a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/Checkin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ export default class Checkin extends Command {
280280
const slide = createCanvas(1920, 1280);
281281
const context = slide.getContext('2d');
282282
context.fillRect(0, 0, 1920, 1280);
283-
283+
284284
// Draw background
285285
const background = await loadImage('./src/assets/dual-qr-slide-background.png');
286286
context.drawImage(background, 0, 0, 1920, 1280);

0 commit comments

Comments
 (0)