Problems recreating the meteor-kitchen todo app

Hi, I’m completely new to Meteor and coding in general. I’ve been trying to learn by working through tutorials online. I came across the meteor-kitchen site and tried to follow the example video in the get started section on creating a todo app. Everything went smoothly until adding the query. This seems to have been modified since the video tutorial was uploaded. I thought I had it figured out but my app keeps crashing with the following:

While processing files with ecmascript (for target web.browser):
client/views/todos/todos.js:140:23: client/views/todos/todos.js: Unexpected token (140:23)

My github repository: https://github.com/physicsteacher/todo-kitchen