summary refs log tree commit diff
path: root/src/util/connections/RefreshableConnection.ts
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-03-14 05:43:24 +0100
committerRory& <root@rory.gay>2026-03-14 05:43:42 +0100
commit8bb0b84b5e2260dc9bbd6cf90ca4dddeb91b1a02 (patch)
treea9206491206888ed464353c3c5570620b2ea3352 /src/util/connections/RefreshableConnection.ts
parentRemove unused imports for entities (diff)
downloadserver-ts-8bb0b84b5e2260dc9bbd6cf90ca4dddeb91b1a02.tar.xz
Shorten imports
Diffstat (limited to 'src/util/connections/RefreshableConnection.ts')
-rw-r--r--src/util/connections/RefreshableConnection.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/connections/RefreshableConnection.ts b/src/util/connections/RefreshableConnection.ts

index 32cf36ac..3d7761f7 100644 --- a/src/util/connections/RefreshableConnection.ts +++ b/src/util/connections/RefreshableConnection.ts
@@ -17,8 +17,8 @@ */ import { ConnectedAccount } from "../entities"; -import { ConnectedAccountCommonOAuthTokenResponse } from "../interfaces"; import { Connection } from "./Connection"; +import { ConnectedAccountCommonOAuthTokenResponse } from "@spacebar/schemas"; /** * A connection that can refresh its token.