Skip to content

Commit 9a9cef1

Browse files
committed
Change string
1 parent fabcccb commit 9a9cef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ export class Container extends Sink {
329329
return
330330
}
331331
if (appid.length !== 36) {
332-
console.log('appid not equal to 36 bar streing ', appid)
332+
console.log('appid not equal to 36 char string ', appid)
333333
return
334334
}
335335
try {

0 commit comments

Comments
 (0)