Skip to content

Commit

Permalink
chore: fix return type comment (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 committed Apr 23, 2024
1 parent 3b3824a commit a352928
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/operations/update-manual-backport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import { log } from '../utils/log-util';
* @param {Context} context - the context of the event that was triggered
* @param {PRChange} type - the type of PR status change: either OPEN or CLOSE
* @param {number} oldPRNumber - the number corresponding to the backport's original PR
* @returns {Object} - an object containing the repo initialization directory
*/
export const updateManualBackport = async (
context: WebHookPRContext,
Expand Down

0 comments on commit a352928

Please sign in to comment.