mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-28 01:49:19 +08:00
chore(jsdoc):Linting fixes (#3703)
* fixed the lockfile having a different version * jsdoc
This commit is contained in:
@@ -166,6 +166,7 @@ export default {
|
||||
|
||||
/**
|
||||
* Loads toast timeout settings from storage to component data.
|
||||
* @returns {void}
|
||||
*/
|
||||
loadToastTimeoutSettings() {
|
||||
const successTimeout = localStorage.toastSuccessTimeout;
|
||||
|
@@ -197,6 +197,7 @@ export default {
|
||||
methods: {
|
||||
/**
|
||||
* Clear all toast notifications.
|
||||
* @returns {void}
|
||||
*/
|
||||
clearToasts() {
|
||||
toast.clear();
|
||||
|
Reference in New Issue
Block a user