Skip to content

Commit c0f627c

Browse files
committed
lint
1 parent acdd4ca commit c0f627c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database/src/core/PersistentConnection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export class PersistentConnection extends ServerActions {
224224

225225
if (!this.connected_) {
226226
const self = this;
227-
setTimeout(function () {
227+
setTimeout(() => {
228228
const get = self.outstandingGets_[index];
229229
if (get === undefined || outstandingGet !== get) {
230230
return;

0 commit comments

Comments
 (0)