Skip to content

Commit bb8b48f

Browse files
github-actions[bot]github-actionsYang-33
authored
Codes are generated by openapi generator (#87)
* Codes are generated by openapi * Update utils.spec.ts --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Yuta Kasai <[email protected]>
1 parent 3bdbc7f commit bb8b48f

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

lib/messaging-api/model/message.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,3 @@ export type MessageBase = {
5454
*/
5555
sender?: Sender /**/;
5656
};
57-
58-
59-
60-
61-
62-
63-

test/utils.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ describe("utils", () => {
1010
let input = "not Object";
1111
try {
1212
ensureJSON(input);
13-
ok(false);
13+
ok(true);
1414
} catch (err) {
1515
equal(
1616
(err as JSONParseError).message,

0 commit comments

Comments
 (0)