Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 15, 2025
1 parent cfa46e8 commit 1d56cf2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Function/Commit/Fn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const Octokit = new (await import("@octokit/rest")).Octokit({

export const Fn = async (_Owner, _Repository, _SHA) => {
try {

return [];
} catch (_Error) {
console.error("Cannot Commit:", _Error);
Expand Down

0 comments on commit 1d56cf2

Please sign in to comment.