From fe4acbfee58e840412ed5d496fb565843d4a8cdd Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Sun, 6 Aug 2023 23:15:35 -0400 Subject: Fix linter warnings in connections --- src/util/connections/RefreshableConnection.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/util/connections/RefreshableConnection.ts') 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 -- cgit 1.5.1