We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d335b25 commit fb069bbCopy full SHA for fb069bb
1 file changed
examples/javascript/common/src/iam/get_blacks.js
@@ -18,7 +18,7 @@ messageService.getBlacks({
18
// 목록
19
console.log('#page1', res.blackList);
20
21
- // 응답에 nextKeyr가 있을 경우 다음 페이지도 조회 가능
+ // 응답에 nextKey가 있을 경우 다음 페이지도 조회 가능
22
messageService.getBlacks({
23
startKey: res.nextKey
24
}).then(res => {
0 commit comments