Skip to content

Commit

Permalink
merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
boilsquid committed Oct 25, 2023
2 parents 78b79b1 + b68d125 commit f1c5a2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ internal class Client(private val config: Config, private val http: Http, privat
suspend fun decryptWithToken(token: String, data: Any): Any {
return http.decryptWithToken(token, data)
}

suspend fun decryptWithToken(token: String, data: Any): Any {
return http.decryptWithToken(token, data)
}
}

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.evervault.sdk.core

// import com.evervault.sdk.core.models.FunctionResponseResult
import com.evervault.sdk.ConfigUrls
import com.evervault.sdk.HttpConfig
import com.evervault.sdk.test.getenv
Expand Down

0 comments on commit f1c5a2a

Please sign in to comment.