Skip to content

Commit

Permalink
fix: app.apis access
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed May 1, 2024
1 parent 4489441 commit 1d5f5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ module.exports = (theApp: any) => {

appCopy.registerHistoryProvider = (provider) => {
app.registerHistoryProvider(provider)
const apiList = app.apiList as SignalKApiId[]
const apiList = app.apis as SignalKApiId[]
apiList.push('historyplayback')
apiList.push('historysnapshot')
onStopHandlers[plugin.id].push(() => {
Expand Down

0 comments on commit 1d5f5d6

Please sign in to comment.