Skip to content

Commit

Permalink
Lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Jun 12, 2019
1 parent 45e9f5f commit 5cb80c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test.mjs
Expand Up @@ -8,7 +8,7 @@ import { ReadStream } from 'fs-capacitor'
import Koa from 'koa'
import fetch from 'node-fetch'
import t from 'tap'
import { graphqlUploadKoa, graphqlUploadExpress } from '.'
import { graphqlUploadExpress, graphqlUploadKoa } from '.'

// eslint-disable-next-line no-console
console.log(
Expand Down

0 comments on commit 5cb80c3

Please sign in to comment.