Skip to content

Commit

Permalink
Revert " assert { type: 'json' } all over"
Browse files Browse the repository at this point in the history
This reverts commit d63212c.
  • Loading branch information
TheLastCicada committed Nov 8, 2022
1 parent 3e535d1 commit 64b0dfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

import OrganizationStub from '../../models/organizations/organizations.stub.json' assert { type: 'json' };
import OrganizationStub from '../../models/organizations/organizations.stub.json';

export default {
up: async (queryInterface) => {
Expand Down

0 comments on commit 64b0dfd

Please sign in to comment.