Skip to content

Commit 0c31b52

Browse files
authored
Merge pull request #45 from dym-sh/patch-1
add closing / to the returned hash-url
2 parents c4e52e3 + 6c96730 commit 0c31b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hyper/struct.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class HyperStructure extends EventEmitter {
3333
}
3434

3535
get url () {
36-
return `hyper://${this.keyStr}`
36+
return `hyper://${this.keyStr}/`
3737
}
3838

3939
get core () {

0 commit comments

Comments
 (0)