We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec22f4d commit c9dcfa0Copy full SHA for c9dcfa0
1 file changed
README.md
@@ -320,7 +320,7 @@ export default Ember.Route.extend({
320
let shoebox = this.get('fastboot.shoebox');
321
let shoeboxStore = shoebox.retrieve('my-store');
322
323
- if (this.get('fastboot.isFastBoot') {
+ if (this.get('fastboot.isFastBoot')) {
324
return this.store.findRecord('post', params.post_id).then(post => {
325
if (!shoeboxStore) {
326
shoeboxStore = {};
0 commit comments