@merkl/api 0.10.194 → 0.10.195
Sign up to get free protection for your applications and to get access to all the features.
@@ -18,6 +18,7 @@ export class StatusService {
|
|
18
18
|
return await StatusRepository.findUnique(campaignUnique);
|
19
19
|
}
|
20
20
|
static async update(campaignUnique, status) {
|
21
|
+
console.log(campaignUnique, status);
|
21
22
|
// Check if the status exists already, otherwise create it
|
22
23
|
const campaignExists = await StatusRepository.findUnique(campaignUnique);
|
23
24
|
if (!campaignExists) {
|