diff --git a/server/model-manuscript/src/graphql.js b/server/model-manuscript/src/graphql.js
index 40bda25947ef00bab872582f37616e7f22c9ea42..2da80dfe018102e63eece88efe65f05efae92750 100644
--- a/server/model-manuscript/src/graphql.js
+++ b/server/model-manuscript/src/graphql.js
@@ -1,7 +1,7 @@
 const { ref, raw } = require('objection')
 const axios = require('axios')
 const { GoogleSpreadsheet } = require('google-spreadsheet')
-const credentials = require('../../../google_sheets_credentials.json')
+// const credentials = require('../../../google_sheets_credentials.json')
 
 const ManuscriptResolvers = ({ isVersion }) => {
   const resolvers = {