Skip to content

Commit 8329e4b

Browse files
rwjbluemuziejus
andauthored
Update guides/release/services/services.md
Co-Authored-By: muziejus <[email protected]>
1 parent 82cfc78 commit 8329e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/release/services/services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default class ShoppingCartService extends Service {
4545

4646
remove(item) {
4747
this.items.removeObject(item);
48-
};
48+
}
4949

5050
empty() {
5151
this.items.clear();

0 commit comments

Comments
 (0)