mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
fix code style: add missing semicolon
This commit is contained in:
parent
c60b741406
commit
50b84f5f45
1 changed files with 1 additions and 1 deletions
|
@ -32,5 +32,5 @@ export default {
|
||||||
components: {
|
components: {
|
||||||
HiddenInput,
|
HiddenInput,
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue