You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
There are no internal uses of this function. The SSI-service consumes this lib, so when it's updated, we'll need to make sure to also update the callers in there.
For this issue I would recommend adding a unit test so we know this works as expected.
The function below is hiding information from the users of the SDK, so it's difficult to understand what failed. The return type should be
error
.Additionally, it should take in a
context.Context
as it's first parameter because it's doing a network lookup.It's debatable whether the name of the function should stay as
IsValid
. If returning an error, consider namingValidate
.ssi-sdk/did/web/web.go
Line 32 in a087372
The text was updated successfully, but these errors were encountered: