Skip to content

Commit

Permalink
release offchain resolver handler 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNi245 committed Jul 2, 2024
1 parent 31c5303 commit ea152f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/offchain-resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dm3-org/dm3-offchain-resolver",
"license": "BSD-2-Clause",
"version": "1.4.1",
"version": "1.4.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/offchain-resolver/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ app.use(cors());
app.use(bodyParser.json());

(async () => {
console.log('OffchainResolver env', process.env);
console.log('offchainResolver handler env', process.env);

app.locals.db = await getDatabase();
app.locals.config = {
Expand Down

0 comments on commit ea152f6

Please sign in to comment.