mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 17:23:21 +03:00
ref: Collapse image data into one column
This commit is contained in:
@@ -46,7 +46,7 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
|
||||
if (!attachment.isImage) {
|
||||
if (!attachment.image) {
|
||||
throw Errors.ATTACHMENT_NOT_FOUND;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user