Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosharmonic committed Nov 26, 2024
1 parent f529c9e commit e2c9706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/user_agent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const getUserAgent = async () => {
return ua;
};

let userAgent = await getUserAgent();
const userAgent = await getUserAgent();

// get current version of Chrome
const version = userAgent?.split("Chrome/")?.at(1)?.split(".").at(0) || "";
Expand Down

0 comments on commit e2c9706

Please sign in to comment.