mirror of
				https://github.com/bcanseco/github-contribution-graph-action.git
				synced 2025-10-09 13:41:58 +03:00 
			
		
		
		
	refactor: more descriptive .reduce() param name
This commit is contained in:
		| @@ -49,6 +49,6 @@ await dayOffsets | ||||
|     }); | ||||
|   }) | ||||
|   .flat() | ||||
|   .reduce((p, nextPromise) => p.then(nextPromise), Promise.resolve()); | ||||
|   .reduce((commitPromises, nextPromise) => commitPromises.then(nextPromise), Promise.resolve()); | ||||
|  | ||||
| await git(localPath).push(repoPath, GIT_BRANCH); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Borja Canseco
					Borja Canseco