fix: deepsource recommendations

This commit is contained in:
arc-alex
2023-12-12 15:06:16 +01:00
parent a750c04bad
commit fdee764c28
6 changed files with 67 additions and 68 deletions
@@ -523,7 +523,7 @@ export async function sheetAuthUrl(req, res) {
* @method GET
*/
export const getGoogleSheetSettings = async (req, res) => {
const sheet = DataProvider.getGoogleSheet();
const sheet = await DataProvider.getGoogleSheet();
res.status(200).send(sheet);
};