Skip to content

Commit 8c0c55f

Browse files
committed
🧑‍💻 export getProductName function
1 parent cd8c90d commit 8c0c55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/call-comment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export function getCommentSubject(
4242
}
4343
}
4444

45-
function getProductName() {
45+
export function getProductName() {
4646
const productName = process.env.PRODUCT_NAME;
4747

4848
if (!productName)

0 commit comments

Comments
 (0)