From 7ea9924f9fe2529bc576414ddf71cb76ab410877 Mon Sep 17 00:00:00 2001 From: cha0s Date: Sun, 20 Mar 2022 13:53:06 -0500 Subject: [PATCH] chore: wat --- packages/resource-persea/src/controllers/binary/component.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/resource-persea/src/controllers/binary/component.jsx b/packages/resource-persea/src/controllers/binary/component.jsx index 6486280..a5dfbfa 100644 --- a/packages/resource-persea/src/controllers/binary/component.jsx +++ b/packages/resource-persea/src/controllers/binary/component.jsx @@ -8,7 +8,6 @@ import {controller as controllerPropTypes} from '../../prop-types'; import toBuffer from './to-buffer'; const Binary = ({resource}) => { - // eslint-disable-next-line no-use-before-define const buffer = toBuffer(resource); return (