+44
-1
hosting-service/src/lib/firehose.ts
+44
-1
hosting-service/src/lib/firehose.ts
···
···
+23
-1
hosting-service/src/lib/utils.ts
+23
-1
hosting-service/src/lib/utils.ts
···export async function getCachedSettings(did: string, rkey: string): Promise<WispSettings | null> {export async function updateCacheMetadataSettings(did: string, rkey: string, settings: WispSettings | null): Promise<void> {
···export async function getCachedSettings(did: string, rkey: string): Promise<WispSettings | null> {export async function updateCacheMetadataSettings(did: string, rkey: string, settings: WispSettings | null): Promise<void> {
+84
hosting-service/src/server.ts
+84
hosting-service/src/server.ts
······