Skip to content

Commit

Permalink
weight start from 1
Browse files Browse the repository at this point in the history
  • Loading branch information
eri24816 committed May 10, 2024
1 parent c7da777 commit 9b5f50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function getExpiryTime(blocks: MdBlock[], expiry_time: string | undefined = unde
return expiry_time
}

let runningWeight = 0
let runningWeight = 1

export async function renderPage(page: PageObjectResponse, notion: Client) {

Expand Down

0 comments on commit 9b5f50f

Please sign in to comment.