mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
fix fs import
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { GetterRepository } from "../repositories/GetterRepository";
|
||||
import * as crypto from "node:crypto";
|
||||
import jwt from "jsonwebtoken";
|
||||
import * as fs from "node:fs";
|
||||
import fs from "fs";
|
||||
|
||||
interface ScheduledNotificationData {
|
||||
deviceId: string;
|
||||
|
||||
Reference in New Issue
Block a user