Skip to content

Commit

Permalink
Use the URLDomain type.
Browse files Browse the repository at this point in the history
Part of #45.
  • Loading branch information
jkomoros committed Jul 22, 2023
1 parent 682bb92 commit f48de7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class Profile{

_allowedFetches : {
[packet : SeedPacketAbsoluteRemoteLocation]: {
[resourceDomain : string] : true
[resourceDomain : URLDomain] : true
}
};

Expand Down

0 comments on commit f48de7f

Please sign in to comment.