Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pimlie authored and manniL committed Mar 12, 2019
1 parent 104113a commit 6e18a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/updateClientMetaInfo.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { metaInfoOptionKeys, metaInfoAttributeKeys } from '../shared/constants'
import { updateAttribute, updateTag, updateTitle } from './updaters'
import isArray from '../shared/isArray'
import { updateAttribute, updateTag, updateTitle } from './updaters'

const getTag = (tags, tag) => {
if (!tags[tag]) {
Expand Down

0 comments on commit 6e18a7d

Please sign in to comment.