Skip to content

Commit

Permalink
reversed order?
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmkennedy committed Jan 24, 2024
1 parent f608c36 commit e208d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CampaignSingle/CampaignAnalytics/Logs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const CAMPAIGN_LOGS = gql`
viewer {
id
logs(
last: 100
first: 100
where: {
taxQuery: {
taxArray: { taxonomy: FOR_CAMPAIGN, terms: $campaign, field: SLUG }
Expand Down

1 comment on commit e208d43

@joshmkennedy
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.