Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
samad-yar-khan committed Apr 11, 2022
1 parent 5fb8d57 commit 234a6be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cms/config/functions/fetchData.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module.exports = async () => {
var formCount = await strapi.query("form").count();
var ghrepos = await strapi.query("github-repositories").count({});
var speakersCount = await strapi.query("speaker").count({});
var ghrepos = await strapi.query("github-repositories").count({});
var gitlabprojects = await strapi.query("gitlab-repositories").count({});

// initial fetch
Expand Down

0 comments on commit 234a6be

Please sign in to comment.