Skip to content

Commit

Permalink
fix: path import in removeDatabase fn
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit committed Jun 5, 2024
1 parent 5277ea8 commit d972f1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/apps/nodejs/test_basic_workflow2.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const assert = require('node:assert/strict');
const mercurynodejslib = require('mercurynodejslib');
const { CoinStatus } = require('mercurynodejslib/coin_enum');
const client_config = require('./client_config');
const path = require('path');

async function removeDatabase() {
try {
Expand Down

0 comments on commit d972f1b

Please sign in to comment.