summary refs log tree commit diff
path: root/src/util/connections/RefreshableConnection.ts
diff options
context:
space:
mode:
authorPuyodead1 <puyodead@proton.me>2023-08-06 23:15:35 -0400
committerPuyodead1 <puyodead@proton.me>2023-08-06 23:15:35 -0400
commitfe4acbfee58e840412ed5d496fb565843d4a8cdd (patch)
tree3397988bd5ff2c812a0fbf688c1d375ad02df7d8 /src/util/connections/RefreshableConnection.ts
parentFix connection class imports (diff)
downloadserver-fe4acbfee58e840412ed5d496fb565843d4a8cdd.tar.xz
Fix linter warnings in connections
Diffstat (limited to 'src/util/connections/RefreshableConnection.ts')
-rw-r--r--src/util/connections/RefreshableConnection.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/connections/RefreshableConnection.ts b/src/util/connections/RefreshableConnection.ts
index eaa88c1b..88ad8dab 100644
--- a/src/util/connections/RefreshableConnection.ts
+++ b/src/util/connections/RefreshableConnection.ts
@@ -25,6 +25,7 @@ import { Connection } from "./Connection";
  */
 export abstract class RefreshableConnection extends Connection {
 	refreshEnabled = true;
+
 	/**
 	 * Refreshes the token for a connected account.
 	 * @param connectedAccount The connected account to refresh