forked from cerc-io/snowballtools-base
Nabarun Gogoi
9921dc5186
* Handle request error while fetching Git activity * Use default Octokit instance if auth token is not available * Rename input arguments of mutation methods to data --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
5 lines
134 B
TypeScript
5 lines
134 B
TypeScript
export const GIT_TEMPLATE_LINK =
|
|
'https://git.vdb.to/cerc-io/test-progressive-web-app';
|
|
|
|
export const SHORT_COMMIT_HASH_LENGTH = 8;
|