mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-22 18:06:11 +00:00
Remove endpoint validation as service mixin handles this
This commit is contained in:
parent
5b29bc411c
commit
b821651017
1 changed files with 0 additions and 7 deletions
|
|
@ -68,13 +68,6 @@ export default {
|
|||
},
|
||||
},
|
||||
created() {
|
||||
// Validate that endpoint is configured
|
||||
if (!this.endpoint) {
|
||||
this.error = true;
|
||||
console.error("Transmission service: No endpoint configured");
|
||||
return;
|
||||
}
|
||||
|
||||
const interval = parseInt(this.item.interval, 10) || 0;
|
||||
|
||||
// Set up interval if configured
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue