We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 440eb74 commit 9473882Copy full SHA for 9473882
src/commands/Checkin.ts
@@ -302,8 +302,7 @@ export default class Checkin extends Command {
302
context.shadowOffsetY = 6.5;
303
304
// Code
305
- const checkinCode = 'hello';
306
- // const checkinCode = event.attendanceCode;
+ const checkinCode = event.attendanceCode;
307
const checkinSize = rescaleFont(checkinCode.length, 30, 70);
308
context.fillStyle = '#ffffff';
309
context.font = `${checkinSize}pt 'DM Sans'`;
0 commit comments