Skip to content

Commit 8d8245b

Browse files
author
Jorge Lobo
committed
F #5422: fix error
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
1 parent 22c7531 commit 8d8245b

File tree

1 file changed

+2
-2
lines changed
  • src/fireedge/src/server/utils/constants/commands

1 file changed

+2
-2
lines changed

src/fireedge/src/server/utils/constants/commands/zone.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const Actions = {
3434
ZONE_INFO,
3535
ZONE_RAFTSTATUS,
3636
ZONEPOOL_INFO
37-
};
37+
}
3838

3939
module.exports = {
4040
Actions,
@@ -110,7 +110,7 @@ module.exports = {
110110
httpMethod: GET,
111111
params: {}
112112
},
113-
[ZONE_POOL_INFO]: {
113+
[ZONEPOOL_INFO]: {
114114
// inspected
115115
httpMethod: GET,
116116
params: {}

0 commit comments

Comments
 (0)