Skip to content

Commit

Permalink
fixed linter
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Aug 18, 2024
1 parent fc61b95 commit 4559a41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon/decorators/legacy-fetch-from.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ export default function fetchFrom(endpoint, query = {}, options = {}) {
});
};
}, 'fetchFrom')(endpoint, query, options);
}
}
2 changes: 1 addition & 1 deletion addon/decorators/legacy-from-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ export default decoratorWithRequiredParams(function (target, key, descriptor, [m
};

return descriptor;
});
});
2 changes: 1 addition & 1 deletion app/decorators/legacy-from-store.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from '@fleetbase/ember-core/decorators/legacy-from-store';
export { default } from '@fleetbase/ember-core/decorators/legacy-from-store';

0 comments on commit 4559a41

Please sign in to comment.