2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-21 17:37:09 +00:00

Fix missing bind

It's used as callback in thumbnail view
This commit is contained in:
nanaya 2025-01-27 03:29:15 +09:00
parent 55fc74a0fa
commit 54ca2eba11

View File

@ -321,7 +321,7 @@ export default class Post
@votes.update votes
return
is_blacklisted: (post_id) ->
is_blacklisted: (post_id) =>
post = @posts.get(post_id)
# Missing post data, pretend it's not blacklisted.