Skip to content

Commit

Permalink
poetic nits
Browse files Browse the repository at this point in the history
  • Loading branch information
garbados committed Jan 13, 2025
1 parent 89f7f2c commit 53cf8d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/logbook.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const DDOC = {
}
}

// I HAVE GIVEN YOU MY MIND
// I HAVE GIVEN YOU MY MIND.

async function forcePut (doc) {
try {
Expand Down Expand Up @@ -72,7 +72,7 @@ const INCLUDE_DOCS = { include_docs: true }
const getDocsByTime = async () =>
resToDocs(await db.query('logbook/byCreatedAt', { descending: true, ...INCLUDE_DOCS }))

// COLUMN BY COLUMN, LOGICAL TICK BY TICK
// COLUMN BY COLUMN, TICK BY LOGICAL TICK.

const getDocsByWord = async (w) => {
const { rows: matches } = await db.query('logbook/byWord', {
Expand All @@ -94,7 +94,7 @@ const saveEntry = async (text) => {
return db.put(doc)
}

// EVEN SPACE AND TIME KNEEL TO THE MIND
// EVEN SPACE AND TIME KNEEL TO THE MIND.

await forcePut(DDOC)

Expand Down

0 comments on commit 53cf8d2

Please sign in to comment.