From f48de7f37d83d60070a908454062ca6ce3070f97 Mon Sep 17 00:00:00 2001 From: Alex Komoroske Date: Sat, 22 Jul 2023 15:43:31 -0700 Subject: [PATCH] Use the URLDomain type. Part of #45. --- src/profile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/profile.ts b/src/profile.ts index af8739f..d5dad0c 100644 --- a/src/profile.ts +++ b/src/profile.ts @@ -68,7 +68,7 @@ export class Profile{ _allowedFetches : { [packet : SeedPacketAbsoluteRemoteLocation]: { - [resourceDomain : string] : true + [resourceDomain : URLDomain] : true } };