enh
This commit is contained in:
parent
637c90a771
commit
3487501d72
2 changed files with 6 additions and 4 deletions
|
|
@ -22,9 +22,11 @@ export const fileUploadRouter = router({
|
||||||
folder = 'review-images';
|
folder = 'review-images';
|
||||||
} else if(contextString === 'product_info') {
|
} else if(contextString === 'product_info') {
|
||||||
folder = 'product-images';
|
folder = 'product-images';
|
||||||
} else if(contextString === 'review_response') {
|
}
|
||||||
folder = 'review-response-images'
|
// else if(contextString === 'review_response') {
|
||||||
} else if(contextString === 'notification') {
|
// folder = 'review-response-images'
|
||||||
|
// }
|
||||||
|
else if(contextString === 'notification') {
|
||||||
folder = 'notification-images'
|
folder = 'notification-images'
|
||||||
} else {
|
} else {
|
||||||
folder = '';
|
folder = '';
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue