Skip to content

Commit 20cab1d

Browse files
committed
remove infraid from everywhere
1 parent c606937 commit 20cab1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

models/infra.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ async function remove(filter) {
1515
return res;
1616
}
1717

18-
async function create(infraID, infraName, infraType, infraWing, floor, capacity) {
18+
async function create(infraName, infraType, infraWing, floor, capacity) {
1919
const infrastructure = new Infrastructure({
20-
infraID,
2120
infraName,
2221
infraType,
2322
infraWing,

0 commit comments

Comments
 (0)