no message

This commit is contained in:
Kittapath 2024-01-31 16:12:07 +07:00
parent 277c60864d
commit 036281901d

View file

@ -627,7 +627,7 @@ export class PositionController extends Controller {
*
*/
@Get("position/{id}")
async detailPosition(@Path() id: string, @Query("isAll") isAll?: string) {
async detailPosition(@Path() id: string) {
try {
const posMaster = await this.posMasterRepository.findOne({
where: { id },