Skip to content

Commit

Permalink
SBVT-1315: removing junk from the config file
Browse files Browse the repository at this point in the history
  • Loading branch information
tnelms1 committed Dec 27, 2023
1 parent efe512f commit 7a0d9e1
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 2,215 deletions.
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const isValidProjectToken = (async (projectToken) => {
return null
})

(async () => {
const checkUsersVersion = (async () => {
const userVersion = package_json.version
const response = await apiRequest('get', 'https://registry.npmjs.org/@smartbear/visualtest-cypress')
const {latest: latestVersion} = response.data["dist-tags"]
Expand Down
Loading

0 comments on commit 7a0d9e1

Please sign in to comment.