diff --git a/Source/Function/Commit/Fn.ts b/Source/Function/Commit/Fn.ts index c5c27b7e..f5269a5c 100644 --- a/Source/Function/Commit/Fn.ts +++ b/Source/Function/Commit/Fn.ts @@ -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);