mirror of
https://github.com/wg-easy/wg-easy.git
synced 2025-09-26 19:51:15 +08:00
Supports displaying short links, for easy downloading on TVs and Android TVs: fix lint errors
This commit is contained in:
@@ -5,7 +5,7 @@ const path = require('path');
|
||||
const debug = require('debug')('WireGuard');
|
||||
const crypto = require('node:crypto');
|
||||
const QRCode = require('qrcode');
|
||||
const CRC32 = require("crc-32");
|
||||
const CRC32 = require('crc-32');
|
||||
|
||||
const Util = require('./Util');
|
||||
const ServerError = require('./ServerError');
|
||||
|
Reference in New Issue
Block a user