Skip to content

Commit

Permalink
fix(noDefaultHangStatus): fix typings
Browse files Browse the repository at this point in the history
not sure if this broke on some setups but hey now it's fixed
  • Loading branch information
D3SOX committed May 16, 2024
1 parent 8286c91 commit af6fac3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions noDefaultHangStatus/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

import { Devs } from "@utils/constants";
import definePlugin from "@utils/types";
import definePlugin, { PluginDef } from "@utils/types";
import { FluxDispatcher } from "@webpack/common";

export default definePlugin({
Expand All @@ -20,4 +20,5 @@ export default definePlugin({
}
},
}
});
// Hack to avoid having to extend the type here because I don't know how
} as PluginDef);

0 comments on commit af6fac3

Please sign in to comment.