Skip to content

Commit 02d8728

Browse files
Remove duplicate
1 parent 6a733fb commit 02d8728

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/gateway/gateway.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,7 @@ function getServerInfo() {
189189
bun: {
190190
version: Bun.version,
191191
path: Bun.which('bun'),
192-
main: Bun.main,
193-
uptime: Math.floor(Bun.nanoseconds() / 1e9) // seconds
192+
main: Bun.main
194193
},
195194
memory,
196195
cpuUsage: process.cpuUsage()

0 commit comments

Comments
 (0)