Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sapience committed Mar 3, 2025
1 parent a07701c commit 77767e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema.development.sql
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ CREATE OR REPLACE ACTION share_credential_through_dag (
break;
}
if !$dag_signed_by_user {
error('the DAG is not signed by the user')
error('the DAG is not signed by the user');
}

$verifiable_credential_id = idos.get_verifiable_credential_id($public_notes);
Expand Down

0 comments on commit 77767e3

Please sign in to comment.