Skip to content

Commit

Permalink
chore: eslint format
Browse files Browse the repository at this point in the history
  • Loading branch information
ly525 committed Aug 25, 2020
1 parent ca2a991 commit cb02af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front-end/h5/src/components/core/support/csv-import.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Papa from 'papaparse'

const validFileMimeTypes = ['text/csv', 'text/x-csv', 'application/vnd.ms-excel', 'text/plain']
const validFileMimeTypes = ['text/csv', 'text/x-csv', 'application/vnd.ms-excel', 'text/plain']
export default {
name: 'lbs-csv-import',
methods: {
Expand Down

0 comments on commit cb02af7

Please sign in to comment.