Skip to content

Commit

Permalink
fix: PCare metadata type (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustofa-id authored Dec 23, 2023
1 parent 0db81f8 commit 7c957e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cyan-owls-return.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ssecd/jkn": patch
---

fix PCare `metaData.code` type
2 changes: 1 addition & 1 deletion src/fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export type SendResponse<T, M> = {
antrean: LowerResponse<T, number, M>;
vclaim: CamelResponse<T, string, M>;
apotek: CamelResponse<T, string, M>;
pcare: CamelResponse<T, string, M>;
pcare: CamelResponse<T, number, M>;
icare: CamelResponse<T, number, M>;
rekamMedis: LowerResponse<T, string, M>;
};
Expand Down

0 comments on commit 7c957e7

Please sign in to comment.