syntax fix

This commit is contained in:
Kagami Sascha Rosylight 2023-07-28 03:18:13 +02:00 committed by GitHub
parent 297c05eab4
commit 7220c64214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -769,7 +769,7 @@ async function post(ev?: MouseEvent) {
'https://open.spotify.com/track/7anfcaNPQWlWCwyCHmZqNy?si=1705919f63c64bfb',
'https://open.spotify.com/track/5Odr16TvEN4my22K9nbH7l?si=2eb7e7bed887409c',
'https://open.spotify.com/album/5bOlxyl4igOrp2DwVQxBco?si=SnLj1pPsRWqfBfXz27Uujw',
].some(url => text.includes(url)) {
].some(url => text.includes(url))) {
claimAchievement('brainDiver');
}