Skip to content

Commit

Permalink
chore(aqua): Fix type duplication (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
DieMyst authored Feb 7, 2024
1 parent be6ca2e commit 41e9b5a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aqua/resources-api.aqua
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ import "misc.aqua"
import "constants.aqua"
import "@fluencelabs/aqua-lib/builtin.aqua"

alias ResourceId: string
alias Resource: Key
alias Error: string

func getResource(resource_id: ResourceId) -> ?Resource, *Error:
on HOST_PEER_ID:
result, error <- getResourceHelper(resource_id)
Expand Down

0 comments on commit 41e9b5a

Please sign in to comment.