From b4a69044a200e1d06f86f21489a3470a90d835cf Mon Sep 17 00:00:00 2001 From: anonymous Date: Fri, 9 Dec 2022 13:38:41 -0500 Subject: No empty context --- graffiti.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/graffiti.js b/graffiti.js index 0314b85..fe7c2d8 100644 --- a/graffiti.js +++ b/graffiti.js @@ -191,11 +191,6 @@ export default class { throw new Error("_to must be an array") } - // Add an open context if none is declared - if (!object._inContextIf) { - object._inContextIf = [{}] - } - // Pre-generate the object's ID if it does not already exist if (!object._id) object._id = crypto.randomUUID() } -- cgit v1.2.3-70-g09d2