Skip to content

Commit

Permalink
Removed VFS
Browse files Browse the repository at this point in the history
  • Loading branch information
Chomp committed Dec 13, 2024
1 parent e2bccfa commit def0e29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions project/src/services/BackupService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { ConfigTypes } from "@spt/models/enums/ConfigTypes";
import { IBackupConfig } from "@spt/models/spt/config/IBackupConfig";
import { ILogger } from "@spt/models/spt/utils/ILogger";
import { ConfigServer } from "@spt/servers/ConfigServer";
import { VFS } from "@spt/utils/VFS";
import fs from "fs-extra";
import { inject, injectable } from "tsyringe";

Expand All @@ -13,7 +12,6 @@ export class BackupService {
protected readonly profileDir = "./user/profiles";

constructor(
@inject("VFS") protected vfs: VFS,
@inject("PrimaryLogger") protected logger: ILogger,
@inject("ConfigServer") protected configServer: ConfigServer,
) {
Expand Down

0 comments on commit def0e29

Please sign in to comment.