mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-05-06 20:16:35 +02:00
Remove endpoint validation as service mixin handles this
This commit is contained in:
committed by
Bastien Wirtz
parent
5b29bc411c
commit
b821651017
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user