Closed normanzb closed 1 day ago
Link Height tasks by mentioning a task ID in the pull request title or commit messages, or description and comments with the keyword
link
(e.g. "Link T-123").💡Tip: You can also use "Close T-X" to automatically close a task when the pull request is merged.
Latest commit: 0ef40413289dabff5bb7758e1430fd203154f5f2
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
@normanzb is attempting to deploy a commit to the Avara Team on Vercel.
A member of the Team first needs to authorize it.
the testing failure seems to be related to configuration, not related to the changes of this PR:
InvariantError: TESTING_ENV_URL is not defined in .env file
14 | export function invariant(condition: unknown, message: string): asserts condition {
15 | if (!condition) {
> 16 | throw new InvariantError(message);
| ^
issue: https://github.com/lens-protocol/lens-sdk/issues/966