From: Eduardo San Martin Morote Date: Wed, 28 Jul 2021 08:31:16 +0000 (+0200) Subject: chore: remove outdated todo X-Git-Tag: v2.0.0-rc.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=defb2ecc8740a7ada4d1ba93afea36c1034a5ba0;p=thirdparty%2Fvuejs%2Fpinia.git chore: remove outdated todo --- diff --git a/src/store.ts b/src/store.ts index 1b070915..9a2cde45 100644 --- a/src/store.ts +++ b/src/store.ts @@ -76,7 +76,6 @@ const { assign } = Object function isComputed(value: ComputedRef | unknown): value is ComputedRef function isComputed(o: any): o is ComputedRef { - // FIXME: should be different in next beta return o && o.effect }