Skip to content

Commit

Permalink
fix: connectTime
Browse files Browse the repository at this point in the history
  • Loading branch information
sj817 committed Feb 17, 2025
1 parent 8c438f4 commit b6ec69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/adapter/base/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export abstract class AdapterBase implements AdapterType {
communication: 'other',
address: '',
secret: null,
connectTime: -1,
connectTime: Date.now(),
}
}

Expand Down

0 comments on commit b6ec69e

Please sign in to comment.