Skip to content

Commit

Permalink
Update subgraph/src/ids/permissions.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mathias Scherer <[email protected]>
  • Loading branch information
Rekard0 and mathewmeconry authored Oct 9, 2023
1 parent b059afe commit ab7eee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subgraph/src/ids/permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {PERMISSION_OPERATIONS} from '../utils/constants';
* Generates the ContractPermissionId ID using the given parameters.
*
* @param where - The address of the target contract for which a permission is granted.
* * @param permissionId - The permission identifier.
* @param permissionId - The permission identifier.
* @returns A concatenated ID string for ContractPermissionId entity.
*/
export function getContractPermissionId(
Expand Down

0 comments on commit ab7eee1

Please sign in to comment.