Skip to content

Commit

Permalink
test warn
Browse files Browse the repository at this point in the history
  • Loading branch information
wpears committed Nov 7, 2023
1 parent d1186de commit d884563
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const getApiValues = {
.querySelector('[data-warning]')
.getAttribute('data-warning');
if (warning !== '' && typeof warning !== 'undefined') {
console.log('warning exists', warning);

Check warning on line 93 in cfgov/unprocessed/apps/paying-for-college/js/disclosures/dispatchers/get-api-values.js

View workflow job for this annotation

GitHub Actions / frontend

Unexpected console statement
financialView.missingData(warning);
const deferred = {};
deferred.promise = new Promise((resolve, reject) => {
Expand Down

0 comments on commit d884563

Please sign in to comment.