This commit is contained in:
Muhammad Rayhan Ardiansyah
2026-03-17 14:33:29 +07:00
parent 9a715f3f81
commit a0f7c989ab

View File

@ -93,8 +93,6 @@ export class PharmacyInfoController {
let data = await PharmacyInfoModel.list({ "id": param.id }).then((q) => q.getOne());
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);
} catch (e: unknown) {