Skip to content

Commit

Permalink
Merge pull request #436 from HarperDB/stage
Browse files Browse the repository at this point in the history
[v4.8.8] Small Patch
  • Loading branch information
BboyAkers authored Nov 27, 2024
2 parents 34efac0 + 63ee2b3 commit a9251cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "harperdb-studio",
"version": "4.8.6",
"version": "4.8.8",
"description": "A UI for HarperDB",
"deploymentUrl": "studio.harperdb.io",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const initReoDotDev = async () => {
console.error('Error loading Reo', error);

Check warning on line 17 in src/index.js

View workflow job for this annotation

GitHub Actions / publishProductionStudio

Unexpected console statement
}
}
// eslint-disable-next-line eqeqeq
if (!config.is_local_studio && !config.env == 'dev') {

if (!config.is_local_studio) {
initReoDotDev();
}

Expand Down

0 comments on commit a9251cf

Please sign in to comment.