We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c36f61 + 5acac97 commit 0e795fbCopy full SHA for 0e795fb
models/imageInfo.js
@@ -48,7 +48,7 @@ const ImageInfo = {
48
INNER JOIN favoriteinfo fi ON ii.id = fi.imageid
49
WHERE fi.uid = '${uid}' AND fi.favorite_yn = 'y' AND delete_yn='N' AND gallery_yn='N';`,
50
51
- getImageColor : () => `select image_id, r,g,b from palette where rgb_type='dominant';`,
+ getImageColor : () => `select image_id, r,g,b from palette;`,
52
};
53
54
export default ImageInfo;
0 commit comments