Skip to content

Commit

Permalink
Fix tint.js to remove the unused variablesTmp variable (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
misraved authored Mar 13, 2023
1 parent d8c666c commit b23bd6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azure-test/tint.js
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ const _runGraphqlQuery = function (test, query) {
return new Promise((resolve, reject) => {
try {
var queryTmp = _renderToTmp(test, query.query);
var variablesTmp = _renderToTmp(test, query.variables, {});
var expectedTmp = _renderToTmp(test, query.expected);
} catch (e) {
console.log(chalk.red(`Template Error: ${e.sourcePath}`));
Expand Down

0 comments on commit b23bd6e

Please sign in to comment.