Skip to content

Commit

Permalink
chore: update-points-start-timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
halaprix committed May 27, 2024
1 parent 25861b1 commit fd44757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/summer-events-subgraph/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export interface GetUsersPointsResult {

export type GetUsersPoints = (params: GetUsersPointsParams) => Promise<GetUsersPointsResult>

export const START_POINTS_TIMESTAMP = 1717372800
export const START_POINTS_TIMESTAMP = 1716768000

async function getUsersPoints(
params: GetUsersPointsParams,
Expand Down

0 comments on commit fd44757

Please sign in to comment.