Removed trailing semicolon
This commit is contained in:
parent
1206b97cb3
commit
5cc63b4582
|
@ -77,7 +77,7 @@ export default {
|
||||||
throw new Error('expected subscriptions array in metrics response')
|
throw new Error('expected subscriptions array in metrics response')
|
||||||
}
|
}
|
||||||
this.subscriptions = resp.data.subscriptions
|
this.subscriptions = resp.data.subscriptions
|
||||||
this.subscriptions.sort(this.sortBy.compare);
|
this.subscriptions.sort(this.sortBy.compare)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.error(e)
|
console.error(e)
|
||||||
showError(t('gpoddersync', 'Could not fetch podcast synchronization stats'))
|
showError(t('gpoddersync', 'Could not fetch podcast synchronization stats'))
|
||||||
|
|
Loading…
Reference in New Issue