@merkl/api 0.10.202 → 0.10.203

Sign up to get free protection for your applications and to get access to all the features.
@@ -34,9 +34,11 @@ export class CampaignRepository {
34
34
  : undefined,
35
35
  isTest: !test ? false : undefined,
36
36
  },
37
- Creator: {
38
- tags: { has: creatorTag },
39
- },
37
+ Creator: creatorTag
38
+ ? {
39
+ tags: { has: creatorTag },
40
+ }
41
+ : undefined,
40
42
  },
41
43
  };
42
44
  }