Skip to content

Commit

Permalink
fix: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rowheat02 committed Dec 4, 2024
1 parent 435be1b commit a7fa7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/reducers/context.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/
import { SET_CURRENT_CONTEXT, LOADING, SET_RESOURCE, CLEAR_CONTEXT, UPDATE_USER_PLUGIN, SET_USER_PLUGINS } from "../actions/context";
import { SET_CURRENT_CONTEXT, LOADING, SET_RESOURCE, CLEAR_CONTEXT, UPDATE_USER_PLUGIN } from "../actions/context";
import { find, get } from 'lodash';
import {set, arrayUpdate} from '../utils/ImmutableUtils';
import { MAP_CONFIG_LOADED } from "../actions/config";
Expand Down

0 comments on commit a7fa7e2

Please sign in to comment.