Remove unneeded explicit type def
This commit is contained in:
@@ -256,7 +256,7 @@ export class OrderFactoryFromScenario {
|
||||
throw errorUtils.spawnSwitchErr('TakerScenario', orderScenario.takerScenario);
|
||||
}
|
||||
|
||||
const order: Order = {
|
||||
const order = {
|
||||
senderAddress: constants.NULL_ADDRESS,
|
||||
makerAddress,
|
||||
takerAddress,
|
||||
|
Reference in New Issue
Block a user