From e5041d80ef9d0bb55cbb5e05c7a2cddddbd5718c Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 11 Nov 2020 17:11:34 -0800 Subject: [PATCH] plugin: Fix warning in applyPatch.lua --- plugin/src/Reconciler/applyPatch.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/src/Reconciler/applyPatch.lua b/plugin/src/Reconciler/applyPatch.lua index dafaa352..f806013c 100644 --- a/plugin/src/Reconciler/applyPatch.lua +++ b/plugin/src/Reconciler/applyPatch.lua @@ -12,7 +12,6 @@ local Types = require(script.Parent.Parent.Types) local invariant = require(script.Parent.Parent.invariant) local decodeValue = require(script.Parent.decodeValue) -local getProperty = require(script.Parent.getProperty) local reify = require(script.Parent.reify) local setProperty = require(script.Parent.setProperty)