mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
tweak test
This commit is contained in:
parent
48208ea21a
commit
c043b01194
@ -28,8 +28,8 @@ export class TestController {
|
||||
};
|
||||
|
||||
// get
|
||||
$scope.getItem = (key : string) => {
|
||||
return localStorageService.get(key);
|
||||
$scope.getItem = (key) => {
|
||||
return localStorageService.get<string>(key);
|
||||
};
|
||||
|
||||
// remove
|
||||
|
||||
Loading…
Reference in New Issue
Block a user