Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Rename buildEntity -> repositoryEntity in arrow function
Browse files Browse the repository at this point in the history
  • Loading branch information
creativice committed Sep 10, 2020
1 parent 4b5515d commit 1330c05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/steps/permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ async function createPermissionRepositoryAllowsRelationships(
_class: RelationshipClass.ALLOWS,
_type: relationships.PERMISSION_ALLOWS_REPOSITORY._type,
},
(buildEntity) => `${permissionEntity._key}|allows|${buildEntity._key}`,
(repositoryEntity) =>
`${permissionEntity._key}|allows|${repositoryEntity._key}`,
);
}

Expand Down

0 comments on commit 1330c05

Please sign in to comment.