mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-24 01:11:49 +00:00
Removed stray auto-generated function
This commit is contained in:
parent
2fe9a84488
commit
69dcad4eb0
1 changed files with 0 additions and 4 deletions
|
@ -651,7 +651,3 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
});
|
||||
|
||||
export default layer;
|
||||
|
||||
function processComputable(canBuy: boolean | Ref<boolean> | (() => boolean) | undefined) {
|
||||
throw new Error("Function not implemented.");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue