Skip to content

Commit

Permalink
fixed my very bad code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiglesias93 committed Jun 7, 2024
1 parent 17c48f3 commit a602718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { greetUser } from '$utils/greet';

window.Webflow ||= [];
window.Webflow.push(() => {
const name: number = 'John Doe';
const name = 'John Doe';
greetUser(name);
});

0 comments on commit a602718

Please sign in to comment.