Skip to content

Commit 11b5114

Browse files
Copilotnpv2k1
andcommitted
Initial exploration
Co-authored-by: npv2k1 <73846954+npv2k1@users.noreply.github.com>
1 parent fb9fbfe commit 11b5114

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

src/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
var http = require('http');
2-
3-
1+
const http = require('http');
42

53
async function bootstrap() {
64
console.log('Starting server...');

src/shared/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
// share
1+
// share

src/utils/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// utils
22

33
export const getCurrentTimestamp = () => {
4-
return Math.floor(Date.now() / 1000)
5-
}
4+
return Math.floor(Date.now() / 1000);
5+
};

0 commit comments

Comments
 (0)