]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: remove outdated todo
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 28 Jul 2021 08:31:16 +0000 (10:31 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 28 Jul 2021 08:31:16 +0000 (10:31 +0200)
src/store.ts

index 1b070915cafa63657b2af4c7de2a9a2b69768184..9a2cde4528416847f00c6bfaf7a6911d66b35583 100644 (file)
@@ -76,7 +76,6 @@ const { assign } = Object
 
 function isComputed<T>(value: ComputedRef<T> | unknown): value is ComputedRef<T>
 function isComputed(o: any): o is ComputedRef {
-  // FIXME: should be different in next beta
   return o && o.effect
 }