Skip to content

Commit c9dcfa0

Browse files
author
Adriaan
authored
Fix missing bracket in shoebox code snippet
1 parent ec22f4d commit c9dcfa0

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)