mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix deprecated comment
Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
e1a6d4c4a9
commit
b157bda76b
@ -130,7 +130,9 @@ export class StorageHelper<T> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// @deprecated: Switch to using value for being reactive
|
/**
|
||||||
|
* @deprecated Switch to using value for being reactive
|
||||||
|
*/
|
||||||
get(): T {
|
get(): T {
|
||||||
return this.value;
|
return this.value;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user