Skip to content

Commit 5ccfe8d

Browse files
committed
fix lint in fastboot
1 parent e00ae34 commit 5ccfe8d

File tree

1 file changed

+1
-1
lines changed
  • test-packages/example-addon/fastboot/initializers

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default {
22
name: "cat",
33

4-
initialize: function(application) {
4+
initialize: function() {
55
console.log("I got a cat");
66
}
77
};

0 commit comments

Comments
 (0)