Skip to content
This repository was archived by the owner on Feb 8, 2024. It is now read-only.

Commit 3ab420d

Browse files
committed
Remove unused variable :idName
1 parent 098364e commit 3ab420d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ class Maker {
148148
return
149149
}
150150

151-
const idName = `:${name}Id`
152151
const methods = {
153152
read: 'get',
154153
create: 'post',
@@ -185,7 +184,6 @@ class Maker {
185184
})
186185
})
187186
}
188-
189187
}
190188

191189
/**

0 commit comments

Comments
 (0)