Skip to content

Commit 954dad8

Browse files
committedMay 10, 2024
Added cleanup TODO
1 parent 6d8b2e8 commit 954dad8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/runtime-common/url-map.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// TODO we don't need this anymore
12
export class URLMap<T> {
23
#map: Map<string, T>;
34
constructor();

0 commit comments

Comments
 (0)
Failed to load comments.