Skip to content

Commit bad15d0

Browse files
authored
Merge pull request #243 from harianus/patch-1
Fix missing bracket in shoebox code snippet
2 parents ec22f4d + c9dcfa0 commit bad15d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ export default Ember.Route.extend({
320320
let shoebox = this.get('fastboot.shoebox');
321321
let shoeboxStore = shoebox.retrieve('my-store');
322322

323-
if (this.get('fastboot.isFastBoot') {
323+
if (this.get('fastboot.isFastBoot')) {
324324
return this.store.findRecord('post', params.post_id).then(post => {
325325
if (!shoeboxStore) {
326326
shoeboxStore = {};

0 commit comments

Comments
 (0)