Skip to content

Commit 65898a5

Browse files
committed
fix(mapswipe): Update project status
1 parent c7c1672 commit 65898a5

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)