Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7d8 committed Dec 12, 2024
1 parent 163e8ed commit d028d67
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"license": "ISC",
"dependencies": {
"@rjweb/runtime-node": "^1.1.1",
"@rjweb/utils": "^1.12.26",
"@rjweb/utils": "^1.12.27",
"ansi-colors": "^4.1.3",
"drizzle-kit": "^0.28.1",
"drizzle-orm": "^0.36.4",
"module-alias": "^2.2.3",
"node-cron": "^3.0.3",
"pg": "^8.13.1",
"rjweb-server": "^9.8.4",
"zod": "^3.23.8"
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@types/node-cron": "^3.0.11",
"@types/pg": "^8.11.10",
"esbuild": "^0.24.0",
Expand Down
46 changes: 23 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/globals/telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const process = async(): Promise<void> => {
t.country = ip.country
}

t.ip = string.hash(t.ip, { algorithm: 'sha256 '})
t.ip = string.hash(t.ip, { algorithm: 'sha256' })
}

const panels = new Set(telemetry.map((t) => t.panelId))
Expand Down

0 comments on commit d028d67

Please sign in to comment.