Supports displaying short links, for easy downloading on TVs and Android TVs: fix lint errors

This commit is contained in:
Vadim Babadzhanyan 2024-08-16 20:20:31 +03:00
parent 81633de07b
commit cd3d4efebf

View file

@ -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');