1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

remove date form purgatoryData

Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro>
This commit is contained in:
mihaisc 2020-11-11 15:35:43 +02:00
parent 86e79daf17
commit 870a096fe1
No known key found for this signature in database
GPG Key ID: 4FB0C2329B4C6E29

View File

@ -1,5 +1,4 @@
export interface PurgatoryData {
did: string
date: string
reason: string
}