Skip to content

Commit

Permalink
Change string
Browse files Browse the repository at this point in the history
  • Loading branch information
martenrichter committed Feb 16, 2025
1 parent fabcccb commit 9a9cef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ export class Container extends Sink {
return
}
if (appid.length !== 36) {
console.log('appid not equal to 36 bar streing ', appid)
console.log('appid not equal to 36 char string ', appid)
return
}
try {
Expand Down

0 comments on commit 9a9cef1

Please sign in to comment.