aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/commands/core/ping.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/commands/core/ping.js')
-rw-r--r--server/src/commands/core/ping.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/server/src/commands/core/ping.js b/server/src/commands/core/ping.js
index 7d8623d..6266f4c 100644
--- a/server/src/commands/core/ping.js
+++ b/server/src/commands/core/ping.js
@@ -3,9 +3,7 @@
*/
// module main
-export async function run() {
-
-}
+export async function run() { }
export const info = {
name: 'ping',