Skip to content

Commit b56055f

Browse files
authored
Merge pull request #239 from mapswipe/release/december
Release/december
2 parents 28f2359 + f4ecdbc commit b56055f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fetchData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const query = gql`
3434
publicProjects(
3535
filters: {
3636
status: {
37-
inList: [PUBLISHED, FINISHED, WITHDRAWN],
37+
inList: [PUBLISHED, FINISHED],
3838
},
3939
},
4040
pagination: { limit: 9999 },

0 commit comments

Comments
 (0)