Skip to content

Commit

Permalink
chore(hapi): format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Torresmorah committed May 10, 2023
1 parent c448f68 commit 06605b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hapi/src/config/eos.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ module.exports = {
eosmechanics: {
account: process.env.HAPI_EOS_MECHANICS_ACCOUNT,
password: process.env.HAPI_EOS_MECHANICS_PASSWORD,
customPermission: process.env.HAPI_EOS_MECHANICS_CUSTOM_PERMISSION || 'active',
customPermission:
process.env.HAPI_EOS_MECHANICS_CUSTOM_PERMISSION || 'active',
includeTransaction: process.env.HAPI_EOS_MECHANICS_INCLUDE_TRANSACTION
? JSON.parse(process.env.HAPI_EOS_MECHANICS_INCLUDE_TRANSACTION)
: ''
Expand Down

0 comments on commit 06605b6

Please sign in to comment.