Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ostapenko committed Jul 8, 2024
1 parent 7b91ad1 commit 7d7b4fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/ads.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const parseAdsTxt = async (response) => {
result = {
...result,
...{
redirected_to: response.redirected ? response.url : null,
account_count: 0,
account_types: {
direct: {
Expand Down Expand Up @@ -118,6 +119,7 @@ const parseSellersJSON = async (response) => {
result = {
...result,
...{
redirected_to: response.redirected ? response.url : null,
seller_count: 0,
seller_types: {
publisher: {
Expand Down

0 comments on commit 7d7b4fb

Please sign in to comment.