diff --git a/packages/pinia/src/types.ts b/packages/pinia/src/types.ts index 073dfd9969..3eb11800f8 100644 --- a/packages/pinia/src/types.ts +++ b/packages/pinia/src/types.ts @@ -346,7 +346,6 @@ export interface _StoreWithState< /** * Resets the store to its initial state by building a new state object. - * TODO: make this options only */ $reset(): void