mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Add missing import
This commit is contained in:
parent
07c683e8f0
commit
4d8ce40ef4
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ import { getIP } from "../utils/getIP";
|
|||
import { getService } from "../utils/getService";
|
||||
import { isUserVIP } from "../utils/isUserVIP";
|
||||
import { Logger } from "../utils/logger";
|
||||
import crypto from "crypto";
|
||||
|
||||
enum BrandingType {
|
||||
Title,
|
||||
|
|
Loading…
Reference in a new issue