Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Tsai <henrytsai@outlook.com>
  • Loading branch information
LiranCohen and thehenrytsai authored Sep 10, 2024
1 parent 4686914 commit 7b33941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/protocols-grant-authorization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { DwnError, DwnErrorCode } from './dwn-error.js';

export class ProtocolsGrantAuthorization {
/**
* Authorizes the given RecordsWrite in the scope of the DID given.
* Authorizes the given ProtocolsConfigure in the scope of the DID given.
*/
public static async authorizeConfigure(input: {
protocolsConfigureMessage: ProtocolsConfigureMessage,
Expand Down Expand Up @@ -62,7 +62,7 @@ export class ProtocolsGrantAuthorization {
}

/**
* Verifies a record against the scope of the given grant.
* Verifies a ProtocolsConfigure against the scope of the given grant.
*/
private static verifyScope(
protocolsConfigureMessage: ProtocolsConfigureMessage,
Expand Down

0 comments on commit 7b33941

Please sign in to comment.