Skip to content

Commit fb069bb

Browse files
authored
예제에 오타 수정
1 parent d335b25 commit fb069bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/javascript/common/src/iam/get_blacks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ messageService.getBlacks({
1818
// 목록
1919
console.log('#page1', res.blackList);
2020

21-
// 응답에 nextKeyr가 있을 경우 다음 페이지도 조회 가능
21+
// 응답에 nextKey가 있을 경우 다음 페이지도 조회 가능
2222
messageService.getBlacks({
2323
startKey: res.nextKey
2424
}).then(res => {

0 commit comments

Comments
 (0)