Skip to content

Commit 7441bf8

Browse files
authored
Merge pull request #16 from vigan-abd/bugfix/fac-load
fix facility loading
2 parents 6450d7e + 73e2cb6 commit 7441bf8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitfinex/bfx-wrk-api",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"private": false,
55
"description": "Bitfinex Worker",
66
"author": {

wrk-api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ class WrkApi extends Base {
99
super.init()
1010

1111
this.setInitFacs([
12-
['fac', 'bfx-facs-grc', 'p0', 'bfx', () => {
12+
['fac', '@bitfinex/bfx-facs-grc', 'p0', 'bfx', () => {
1313
return this.getGrcConf()
1414
}, 2],
15-
['fac', 'bfx-facs-api', 'bfx', 'bfx', () => {
15+
['fac', '@bitfinex/bfx-facs-api', 'bfx', 'bfx', () => {
1616
return this.getApiConf()
1717
}]
1818
])

0 commit comments

Comments
 (0)