Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

Commit 778b520

Browse files
committed
fix build
1 parent f7e6c04 commit 778b520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ testURI = mkLeafURIRef
7878
(Scheme.unsafeFromString "http")
7979
(HierarchicalPartAuth
8080
(Authority Nothing (Just $ This $ NameAddress $ RegName.fromString $ unsafePartial $ NES.unsafeFromString "{s}.tile.osm.org"))
81-
(Just $ Path $ map PathSegment.segmentFromString ["{z}", "{x}", "{y}.png"]))
81+
(Path $ map PathSegment.segmentFromString ["{z}", "{x}", "{y}.png"]))
8282
Nothing
8383
Nothing
8484
, opts: mainURIRefOptions

0 commit comments

Comments
 (0)