fix(limiter): change 'bucket name' to 'bucket_name'

the space in name field will make some problems in frontend
This commit is contained in:
firest 2022-04-20 17:46:45 +08:00
parent 2ea539bfc3
commit 5b79f6466f
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ fields(limiter_opts) ->
" This value + rate = the maximum limit that can be achieved when limiter burst."
}
)},
{bucket, sc(map("bucket name", ref(bucket_opts)), #{desc => "Buckets config"})}
{bucket, sc(map("bucket_name", ref(bucket_opts)), #{desc => "Buckets config"})}
];
fields(bucket_opts) ->
[