@lark-sh/client 0.1.23 → 0.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5366,8 +5366,8 @@ var _LarkDatabase = class _LarkDatabase {
5366
5366
  */
5367
5367
  _LarkDatabase.ServerValue = ServerValue;
5368
5368
  // Use real timers for ping so fake timers in tests don't cause infinite loops
5369
- _LarkDatabase._realSetInterval = globalThis.setInterval;
5370
- _LarkDatabase._realClearInterval = globalThis.clearInterval;
5369
+ _LarkDatabase._realSetInterval = globalThis.setInterval.bind(globalThis);
5370
+ _LarkDatabase._realClearInterval = globalThis.clearInterval.bind(globalThis);
5371
5371
  var LarkDatabase = _LarkDatabase;
5372
5372
 
5373
5373
  // src/fb-v8/index.ts