fixing
This commit is contained in:
@ -93,8 +93,6 @@ export class PharmacyInfoController {
|
|||||||
|
|
||||||
let data = await PharmacyInfoModel.list({ "id": param.id }).then((q) => q.getOne());
|
let data = await PharmacyInfoModel.list({ "id": param.id }).then((q) => q.getOne());
|
||||||
if (!data) throw { message: "Pharmacy Info Not Found" };
|
if (!data) throw { message: "Pharmacy Info Not Found" };
|
||||||
|
|
||||||
data.logo = 'http://his.shiblysolution.id:3011/service-master-data/uploads/pharmacy-info/' + data.logo
|
|
||||||
|
|
||||||
return ReturnHelper.successResponseAny(res, 200, Language.lang.success_view, data);
|
return ReturnHelper.successResponseAny(res, 200, Language.lang.success_view, data);
|
||||||
} catch (e: unknown) {
|
} catch (e: unknown) {
|
||||||
|
|||||||
Reference in New Issue
Block a user