mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
DittoConfig: fix missing return type of .external()
This commit is contained in:
parent
a2f273287d
commit
9bfc7e6fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ export class DittoConfig {
|
|||
}
|
||||
|
||||
/** Get a link to a nip19-encoded entity in the configured external viewer. */
|
||||
external(path: string) {
|
||||
external(path: string): string {
|
||||
return new URL(path, this.externalDomain).toString();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue