Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit 37ebcb9

Browse files
committed
chore(transactions): remove unused code
1 parent e12ae70 commit 37ebcb9

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/transactions.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ class Transaction {
107107
this._recoveryToken = undefined;
108108
}
109109

110-
get isPinned() {
111-
return this._pinnedServer != null;
112-
}
113-
114110
get server() {
115111
return this._pinnedServer;
116112
}
@@ -149,10 +145,6 @@ class Transaction {
149145
);
150146
}
151147

152-
get isPinned() {
153-
return this._pinnedServer != null;
154-
}
155-
156148
pinServer(server) {
157149
if (this.isActive) {
158150
this._pinnedServer = server;

0 commit comments

Comments
 (0)