From 08b783c0508ad59866d173bd95e596f3154ca3bc Mon Sep 17 00:00:00 2001 From: crockwave Date: Sun, 28 Jun 2020 11:14:52 -0500 Subject: [PATCH] correct lint error --- app/soapbox/actions/accounts.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/soapbox/actions/accounts.js b/app/soapbox/actions/accounts.js index e261e73d5..ec1d1cb6b 100644 --- a/app/soapbox/actions/accounts.js +++ b/app/soapbox/actions/accounts.js @@ -10,7 +10,6 @@ import { export const ACCOUNT_FETCH_REQUEST = 'ACCOUNT_FETCH_REQUEST'; export const ACCOUNT_FETCH_SUCCESS = 'ACCOUNT_FETCH_SUCCESS'; export const ACCOUNT_FETCH_FAIL = 'ACCOUNT_FETCH_FAIL'; -test export const ACCOUNT_FOLLOW_REQUEST = 'ACCOUNT_FOLLOW_REQUEST'; export const ACCOUNT_FOLLOW_SUCCESS = 'ACCOUNT_FOLLOW_SUCCESS';