Skip to content

Commit 80bb02a

Browse files
CI/CD experiment
1 parent f2f6b9f commit 80bb02a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

deno.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@johanfive/xmas",
33
"version": "0.0.1",
44
"exports": "./src/index.ts",
5+
"license": "MIT",
56
"imports": {
67
"std/": "https://deno.land/std@0.224.0/",
78
"types/": "./src/core/types/",

src/endpoints/integrations/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class IntegrationsEndpoint {
2222
*
2323
* @param url The URL of the integration trigger endpoint
2424
* @param payload The payload to send to the integration
25-
* @returns The HTTP response containing a paginated list of integrations
25+
* @returns The HTTP response containing a request ID
2626
* @throws {XmApiError} If the request fails
2727
*/
2828
trigger(

0 commit comments

Comments
 (0)