Skip to content

Commit b4e5568

Browse files
committed
Minor tweak to comment
1 parent 468af80 commit b4e5568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cache/core/cache.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export abstract class ApolloCache<TSerialized> implements DataProxy {
235235
// calls` cache.identify` and provides that value to `from`. We are
236236
// adding this fix here however to ensure those using plain JavaScript
237237
// and using `cache.identify` themselves will avoid seeing the obscure
238-
// warning when passing `undefined` to `this.identify` below.
238+
// warning.
239239
typeof from === "undefined" || typeof from === "string" ?
240240
from
241241
: this.identify(from),

0 commit comments

Comments
 (0)