Skip to content

Commit dbf066e

Browse files
committed
fix(grants): converted grants to es5
the data/ directory is not transpiled, so this shouldnt use the es-module export syntax
1 parent 238349b commit dbf066e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: data/auth/grants.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default [{
1+
module.exports = [{
22
id: '0',
33
app: 'foo',
44
user: 'travi',

0 commit comments

Comments
 (0)