Skip to content

Commit ffda820

Browse files
committed
[#3203] Fixes input validation prior to user api requests
1 parent 5923dfe commit ffda820

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

load.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ function setup() {
2929

3030
function draw() {
3131
context.clearRect(0, 0, window.innerWidth, window.innerHeight);
32+
3233
let offset = 100;
3334
let tokens = parse(text);
3435
tokens.forEach(token => {

0 commit comments

Comments
 (0)