Skip to content

Commit d33a3c9

Browse files
committed
Version fixed
1 parent 950e866 commit d33a3c9

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@linkedapi/node",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Control your LinkedIn accounts and retrieve real-time data, all through this Node.js SDK.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/types/workflows.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,8 @@ export interface TWorkflowStatusResponse {
4444
message?: string;
4545
}
4646

47-
export interface TWorkflowResponse<
48-
TResult extends TWorkflowData = TWorkflowData,
49-
> extends TWorkflowStatusResponse {
47+
export interface TWorkflowResponse<TResult extends TWorkflowData = TWorkflowData>
48+
extends TWorkflowStatusResponse {
5049
completion?: TWorkflowCompletion<TResult>;
5150
failure?: TWorkflowFailure;
5251
}

0 commit comments

Comments
 (0)