chore(paco): Fixed linter warning
This commit is contained in:
parent
f83d2f4fea
commit
213ca12ad9
1 changed files with 1 additions and 11 deletions
|
@ -1,15 +1,5 @@
|
|||
export default function (part) {
|
||||
let {
|
||||
utils,
|
||||
points,
|
||||
Path,
|
||||
paths,
|
||||
snippets,
|
||||
options,
|
||||
complete,
|
||||
paperless,
|
||||
macro
|
||||
} = part.shorthand()
|
||||
let { points, Path, paths, snippets, options, complete, paperless, macro } = part.shorthand()
|
||||
|
||||
// Don't bother of we're not drafting back pockets
|
||||
if (!options.backPockets) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue