mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
chore: fix schematics
This commit is contained in:
parent
5bcd372bce
commit
96d1b1c35b
1 changed files with 2 additions and 2 deletions
|
|
@ -64,7 +64,7 @@ export class <%= classify(name)%>Service {
|
|||
this._store$.dispatch(new Update<%= classify(name)%>({<%= camelize(name)%>: {id, changes}}));
|
||||
}
|
||||
|
||||
upsert<%= classify(name)%>(metric: <%= classify(name)%>) {
|
||||
this._store$.dispatch(new Upsert<%= classify(name)%>({metric}));
|
||||
upsert<%= classify(name)%>(<%= camelize(name)%>: <%= classify(name)%>) {
|
||||
this._store$.dispatch(new Upsert<%= classify(name)%>({<%= camelize(name)%>}));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue