mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 09:13:23 +03:00
feat: Preserve original format of images, change interpolation kernel
Closes #349
This commit is contained in:
@@ -88,7 +88,7 @@ module.exports = {
|
||||
project = await sails.helpers.projects.updateOne(
|
||||
project,
|
||||
{
|
||||
backgroundImageDirname: fileData.dirname,
|
||||
backgroundImage: fileData,
|
||||
},
|
||||
this.req,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user