Skip to content

Commit 07ef2a6

Browse files
alannadolnyCopilot
andauthored
Update src/utils/BinLocationUtils.ts
Co-authored-by: Copilot <[email protected]>
1 parent 1361c19 commit 07ef2a6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/utils/BinLocationUtils.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ import CreateLocationPage from '@/pages/location/createLocation/CreateLocationPa
55
import LocationListPage from '@/pages/location/LocationListPage';
66
import LocationData from '@/utils/LocationData';
77

8-
class BinLocationUtils extends BasePageModel {
9-
constructor(page: Page) {
10-
super(page);
11-
}
12-
8+
class BinLocationUtils {
139
static async deactivateReceivingBin({
1410
mainLocationService,
1511
locationListPage,

0 commit comments

Comments
 (0)