fix(core): Improve error handling in fetchRecentCommitsForRepo method

This commit is contained in:
2024-12-13 18:31:23 +01:00
parent 790f2371a1
commit dcde64aa2a
2 changed files with 19 additions and 0 deletions

8
ts/00_commitinfo_data.ts Normal file
View File

@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: '@foss.global/codefeed',
version: '1.0.2',
description: 'a module for creating feeds for code development'
}