Skip to content

Commit

Permalink
adding name instance to check logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohanadi committed Sep 2, 2024
1 parent 033fa82 commit 9c9d5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const url = nconf.get('url');
const relative_path = nconf.get('relative_path');
const upload_url = nconf.get('upload_url');

console.log(Deema)
console.log("Deema")

Check failure on line 16 in src/meta/tags.js

View workflow job for this annotation

GitHub Actions / test

Strings must use singlequote

Check failure on line 16 in src/meta/tags.js

View workflow job for this annotation

GitHub Actions / test

Missing semicolon
Tags.parse = async (req, data, meta, link) => {
const isAPI = req.res && req.res.locals && req.res.locals.isAPI;
const defaultTags = getDefaultTags(isAPI);
Expand Down

0 comments on commit 9c9d5bd

Please sign in to comment.