🚀 imrpove algorithm
This commit is contained in:
@@ -11,7 +11,6 @@ export const generateContributionSnake = async (userName: string) => {
|
||||
const grid0 = userContributionToGrid(cells);
|
||||
|
||||
const snake0 = createSnakeFromCells([
|
||||
{ x: 4, y: -1 },
|
||||
{ x: 3, y: -1 },
|
||||
{ x: 2, y: -1 },
|
||||
{ x: 1, y: -1 },
|
||||
|
||||
Reference in New Issue
Block a user