Skip to content

Commit 4cc52d2

Browse files
committed
fix: review comment addressed
1 parent ebfeffc commit 4cc52d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1/destinations/iterable/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type IterableBulkRequestBody = {
3939

4040
export type IterableBulkProxyInput = {
4141
destinationResponse: IterableBulkApiResponse;
42-
rudderJobMetadata: ProxyMetdata;
42+
rudderJobMetadata: ProxyMetdata[];
4343
destType: string;
4444
destinationRequest?: {
4545
body: {

0 commit comments

Comments
 (0)