Replace valid-url library by standard node method

This commit is contained in:
rejas
2021-03-16 19:25:23 +01:00
parent 90112d1a7d
commit 7635dea3e9
3 changed files with 9 additions and 5 deletions

View File

@@ -87,6 +87,8 @@ Module.register("newsfeed", {
}
this.loaded = true;
} else if (notification === "INCORRECT_URL") {
Log.error("Newsfeed Error. Incorrect url: " + payload.url);
}
},