Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
fix params assert bug
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-sabo committed Jan 14, 2020
1 parent 867e2b0 commit 32318f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/services.params.assert.ts.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { createAssertEquals, createAssertType } from 'typescript-is';
export default {
{{#callObj}}
'{{name}}': {
equals: createAssertType<Services.{{type}}.ActionParams<'{{actionName}}'>>(),
equals: createAssertEquals<Services.{{type}}.ActionParams<'{{actionName}}'>>(),
type: createAssertType<Services.{{type}}.ActionParams<'{{actionName}}'>>()
},
{{/callObj}}
Expand Down

0 comments on commit 32318f1

Please sign in to comment.