mirror of
https://github.com/w0rng/amnezia-wg-easy.git
synced 2025-04-25 12:50:06 +03:00
Supports displaying short links, for easy downloading on TVs and Android TVs: fix lint errors
This commit is contained in:
parent
81633de07b
commit
cd3d4efebf
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue