Skip to content

Commit 381f00f

Browse files
committed
chore: update inaccurate docstring
1 parent 087fb0b commit 381f00f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/proxy/processors/push-action/checkUserPushPermission.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ const exec = async (req: any, action: Action): Promise<Action> => {
1919

2020
/**
2121
* Helper that validates the user's push permission.
22-
* This can be used by other actions that need it. For example, when the user is missing from the commit data,
23-
* validation is deferred to getMissingData, but the logic is the same.
22+
* This can be used by other actions that need it.
2423
* @param {string} user The user to validate
2524
* @param {Action} action The action object
2625
* @param {Step} step The step object

0 commit comments

Comments
 (0)