Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

Commit 6acff2b

Browse files
authored
Fix typo
1 parent b342c2a commit 6acff2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logic/account.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function Account (scope, cb) {
131131
required: true,
132132
type: 'integer',
133133
minimum: 0,
134-
maximum: constants.totalAMount
134+
maximum: constants.totalAmount
135135
},
136136
conv: Number,
137137
expression: '("u_balance")::bigint'

0 commit comments

Comments
 (0)