Skip to content

Commit

Permalink
Remove deprecated MiHoYo got instance
Browse files Browse the repository at this point in the history
  • Loading branch information
torikushiii committed Jul 24, 2024
1 parent a043718 commit c6d0e71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gots/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@ const FakeAgent = require("./fake-agent/index.js");
const Global = require("./global/index.js");
const HoyoClient = require("./hoyo-client/index.js");
const HoyoLab = require("./hoyolab/index.js");
const MiHoYo = require("./mihoyo/index.js");

const definitions = [
API,
FakeAgent,
Global,
HoyoClient,
HoyoLab,
MiHoYo
HoyoLab
];

module.exports = definitions;

0 comments on commit c6d0e71

Please sign in to comment.