Skip to content

Commit 355bd43

Browse files
committed
構文エラーを修正。
1 parent 2ae40d9 commit 355bd43

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dConnectJavascriptApp/js/profile/humandetection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ function doHumanDetectBodyUnregister(serviceId, sessionKey) {
335335
params: {
336336
serviceId: serviceId
337337
}
338-
}.then(json => {
338+
}).then(json => {
339339

340340
}).catch(e => {
341341
alert(e.errorMessage);

0 commit comments

Comments
 (0)