Skip to content

Commit

Permalink
delete deprecated todo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhelvis committed Oct 27, 2023
1 parent 789e09a commit f91948a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export class ExtensionStorage<
* @throws Error, if storage not initialized.
*/
set<T extends keyof Data>(key: T, value: Data[T]): void {
// TODO: try to avoid cast
const data = this.#container.get();
data[key] = value;
this.#container.set(data);
Expand Down

0 comments on commit f91948a

Please sign in to comment.