Home
last modified time | relevance | path

Searched refs:existingRowForPackage (Results 1 – 1 of 1) sorted by relevance

/expo/tools/src/publish-packages/tasks/
H A DcommentOnIssuesTask.ts116 const existingRowForPackage = commentRows[issue].find((entry) => entry.pkg === pkg); constant
118 if (existingRowForPackage) {
119 existingRowForPackage.pullRequests.push(pullRequest);