Skip to content

Commit

Permalink
fix: push message error
Browse files Browse the repository at this point in the history
  • Loading branch information
TetrisIQ committed Jun 7, 2024
1 parent ac1f42a commit 839bd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import express from 'express';
import { createServer } from 'http';
import { createServer } from 'https';
import Gun from 'gun';

import { handler } from '../build/handler.js';
Expand Down

0 comments on commit 839bd1e

Please sign in to comment.