This commit is contained in:
2025-07-14 12:29:41 +05:30
parent 8a026321ab
commit dba216a34b

View File

@@ -102,7 +102,6 @@ export class LogService {
});
}
/** Convenience wrapper */
getTransferLogs(page = 1, limit = 50) {
return this.getLogsByContext('KitchenInventoryService', page, limit);
}