From 02f26b8db540e27b3d71b8f74895cca545af723b Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Sun, 29 Mar 2020 21:46:16 +0800 Subject: [PATCH] chore: fix new lint --- web3.js/examples/budget-timestamp.js | 1 - web3.js/examples/budget-two-approvers.js | 1 - 2 files changed, 2 deletions(-) diff --git a/web3.js/examples/budget-timestamp.js b/web3.js/examples/budget-timestamp.js index 299f1c5662..65c2b2aaa7 100644 --- a/web3.js/examples/budget-timestamp.js +++ b/web3.js/examples/budget-timestamp.js @@ -6,7 +6,6 @@ */ const common = require('./budget-common'); - const solanaWeb3 = require('..'); //const solanaWeb3 = require('@solana/web3.js'); diff --git a/web3.js/examples/budget-two-approvers.js b/web3.js/examples/budget-two-approvers.js index 6e4458e1b8..4fa7fe3429 100644 --- a/web3.js/examples/budget-two-approvers.js +++ b/web3.js/examples/budget-two-approvers.js @@ -5,7 +5,6 @@ */ const common = require('./budget-common'); - const solanaWeb3 = require('..'); //const solanaWeb3 = require('@solana/web3.js');