Revert "Merge branch 'fetch-device-info' into 'main'"

This reverts merge request !10
This commit is contained in:
2023-09-21 09:56:37 +00:00
parent 0b8792b373
commit 080587f327
7 changed files with 14 additions and 290 deletions

View File

@@ -15,9 +15,6 @@ type Contract struct {
ContractInfos []ContractInfo
}
const ContractStatusActive = "active"
const ContractStatusPending = "pending"
func (Contract) Update() (bool, error) {
return false, nil
}