Skip to content

Commit 6e722e4

Browse files
add a dummy supplier
1 parent 3b75bb4 commit 6e722e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lambdas/supplier-allocator/src/handler/allocate-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ function emitSupCampaignClientMetric(
154154
const { campaignId, clientId } = letterEvent.data;
155155
console.log("VLASIS and the campaignId is:", campaignId);
156156
const dimensions: Record<string, string> = {
157-
Supplier: supplier,
157+
Supplier: "supplierVlasis",
158158
ClientId: clientId,
159159
CampaignId: campaignId || "unknown",
160160
};

0 commit comments

Comments
 (0)