Skip to content

Commit

Permalink
Update zStackAdapter.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Nov 20, 2023
1 parent 2750bd5 commit d88f715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapter/z-stack/adapter/zStackAdapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ class ZStackAdapter extends Adapter {
/* istanbul ignore next */
this.discoverRoute(payload.networkAddress, false).catch(() => {});
}, payload.networkAddress);
}, 60 * 1000, {immmediate: true});
}, 60 * 1000, {immediate: true});
this.deviceAnnounceRouteDiscoveryDebouncers.set(payload.networkAddress, debouncer);
}

Expand Down

0 comments on commit d88f715

Please sign in to comment.