Skip to content

Commit

Permalink
Can use here now!
Browse files Browse the repository at this point in the history
  • Loading branch information
Soopyboo32 committed Dec 29, 2024
1 parent 6a54a66 commit da92717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/ServiceManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default class ServiceManager {
setMeta(
transformer: (meta: BackgroundTaskMetadata) => BackgroundTaskMetadata,
) {
let taskList = [...ServiceManager.manager.getTaskList()];
let taskList = [...this.getTaskList()];
taskList[0] = {
...taskList[0],
meta: transformer(taskList[0].meta),
Expand Down

0 comments on commit da92717

Please sign in to comment.