forked from MapComplete/MapComplete
Refactoring: remove stray, no longer used argument
This commit is contained in:
parent
f84ab3855c
commit
c6ccb0bc66
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import { Utils } from "../../../Utils"
|
||||||
|
|
||||||
export class ExpandRewrite<T> extends Conversion<T | RewritableConfigJson<T>, T[]> {
|
export class ExpandRewrite<T> extends Conversion<T | RewritableConfigJson<T>, T[]> {
|
||||||
constructor() {
|
constructor() {
|
||||||
super("ExpandRewrite", "Applies a rewrite", [])
|
super("ExpandRewrite", "Applies a rewrite")
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue