Skip to content

Commit 7c334ea

Browse files
authored
Update server.js
1 parent 23f73f7 commit 7c334ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** CLICKHOUSE URL Table Engine handler */
22

33
const fastify = require('fastify')({ logger: true })
4-
var memory = [];
4+
var memory = []; // our fake memory storage
55

66
/** CLICKHOUSE URL SELECT */
77
fastify.get('/', async (request, reply) => {

0 commit comments

Comments
 (0)