1
0
Fork 0
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:
Igor Kulman 2025-09-21 22:22:47 +02:00 committed by Bastien Wirtz
parent 5b29bc411c
commit b821651017

View file

@ -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