Skip to content

Commit 1fe2d8d

Browse files
authored
fix(ignore): Remove uncessary extensions spread (#26581)
1 parent bfeac07 commit 1fe2d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/controller.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ export class Controller {
172172
}
173173

174174
// Call extensions
175-
await this.callExtensions('start', [...this.extensions]);
175+
await this.callExtensions('start', this.extensions);
176176

177177
// Send all cached states.
178178
if (settings.get().advanced.cache_state_send_on_startup && settings.get().advanced.cache_state) {

0 commit comments

Comments
 (0)