Skip to content

Commit

Permalink
Fix any
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Dec 20, 2024
1 parent 5edc3ae commit a11859c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const initialise = (context: StoreContext) => {

// Keep a list of subscriptions so that we can clear them when the datasource
// config changes
let unsubscribers = []
let unsubscribers: any[] = []

// Observe datasource changes and apply logic for view V2 datasources
datasource.subscribe($datasource => {
Expand Down

0 comments on commit a11859c

Please sign in to comment.