Skip to content

Commit

Permalink
getPodURLs may return null
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Dec 12, 2024
1 parent bfa89a1 commit c15323f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion release/remotestorage.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/solid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class Solid extends RemoteBase implements Remote, ConfigObserver {
*
* @public
*/
getPodURLs(): string[] {
getPodURLs(): string[] | null {
return this.podURLs;
}

Expand Down

0 comments on commit c15323f

Please sign in to comment.