Skip to content

Commit 8a7b0fe

Browse files
fix lint TS7053
1 parent a5ed808 commit 8a7b0fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ovencord/hybrid-sharding",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"description": "Enterprise Bun-native sharding manager for Discord bots, featuring Redis heartbeats, rolling restarts, and integrated monitoring.",
55
"main": "./src/index.ts",
66
"types": "./src/index.ts",

src/Plugins/AutoResharderSystem.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ export class AutoResharderManager {
259259
}
260260
build(manager: ClusterManager) {
261261

262-
manager[this.name] = this;
262+
(manager as any)[this.name] = this;
263263
this.manager = manager;
264264

265265
this.validate();

0 commit comments

Comments
 (0)