Skip to content

Commit

Permalink
Update actions.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenreup committed Jul 16, 2024
1 parent 19ba81c commit bd18dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(dashboard)/stats/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export async function fetchData(formData: FormData) {
formData.getAll("data")[0] as string
) as FilterFormData;

// console.log(JSON.stringify(data));
console.log(JSON.stringify(data));
const baseFilter = data.filters.map((filter) => {
const temp: Record<string, string> = {};
if (filter.template == "_tag_location") {
Expand Down

0 comments on commit bd18dff

Please sign in to comment.