We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19ba81c commit bd18dffCopy full SHA for bd18dff
src/app/(dashboard)/stats/actions.ts
@@ -27,7 +27,7 @@ export async function fetchData(formData: FormData) {
27
formData.getAll("data")[0] as string
28
) as FilterFormData;
29
30
- // console.log(JSON.stringify(data));
+ console.log(JSON.stringify(data));
31
const baseFilter = data.filters.map((filter) => {
32
const temp: Record<string, string> = {};
33
if (filter.template == "_tag_location") {
0 commit comments