summary refs log tree commit diff
path: root/extra/admin-api/Interop
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-03-11 00:58:13 +0100
committerRory& <root@rory.gay>2026-03-11 00:58:13 +0100
commitb40b5234f4cb3681bd9531d76c38111057f71733 (patch)
treeae238a01834f25871631b84d19141019c56c8f1b /extra/admin-api/Interop
parentfix: fall back to undefined in message create (diff)
downloadserver-ts-dev/emma/gateway-batch-presence-lookup.tar.xz
Diffstat (limited to 'extra/admin-api/Interop')
-rw-r--r--extra/admin-api/Interop/Spacebar.Interop.Cdn.Abstractions/FilesystemFileSource.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/extra/admin-api/Interop/Spacebar.Interop.Cdn.Abstractions/FilesystemFileSource.cs b/extra/admin-api/Interop/Spacebar.Interop.Cdn.Abstractions/FilesystemFileSource.cs

index 3bdee113..a3f0a7d8 100644 --- a/extra/admin-api/Interop/Spacebar.Interop.Cdn.Abstractions/FilesystemFileSource.cs +++ b/extra/admin-api/Interop/Spacebar.Interop.Cdn.Abstractions/FilesystemFileSource.cs
@@ -3,10 +3,6 @@ using ArcaneLibs; namespace Spacebar.Interop.Cdn.Abstractions; public class FilesystemFileSource(string baseUrl) : IFileSource { - private readonly StreamingHttpClient _httpClient = new() { - BaseAddress = new Uri(baseUrl) - }; - public string BaseUrl => baseUrl; public async Task Init(CancellationToken? cancellationToken = null) {