1
0
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:
Janne Savolainen 2022-01-11 09:10:43 +02:00
parent e1a6d4c4a9
commit b157bda76b
No known key found for this signature in database
GPG Key ID: 5F465B5672372402

View File

@ -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 {
return this.value;
}