fix: fix Peer.identify return type (#92)

This commit is contained in:
Maria Kuklina 2024-09-18 11:06:04 +02:00 committed by GitHub
parent 49ca1fe7ff
commit cba9b785a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ data Info:
node_version: string
air_version: string
spell_version: string
allowed_effectors: []string
allowed_binaries: []string
vm_info: ?VmInfo
data ModuleWASIConfig: