Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
Fix hotFixPath is Not Defined.
Browse files Browse the repository at this point in the history
Fix: hotfixPath is not defined
  • Loading branch information
AlexDev404 authored Oct 27, 2021
2 parents af7bd43 + a30cd02 commit 54f8220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/fortnite-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const axios = require("axios");
const path = require("path");
const crypto = require("crypto");
const fs = require("fs");

const hotfixPath = path.join(__dirname, '../lobby/');
module.exports = (app) => {

//STUFF I STOLE FROM NEONITE
Expand Down Expand Up @@ -202,4 +202,4 @@ module.exports = (app) => {
});
});

};
};

0 comments on commit 54f8220

Please sign in to comment.