Some progress towards accepting and rejecting follows #3

Merged
steffo merged 22 commits from feature/follows into main 2024-10-23 05:47:18 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 4ebacf6753 - Show all commits

View file

@ -3,7 +3,7 @@ import { getLogger } from "@logtape/logtape"
import Postgres from "@@npm/postgres"
const l = getLogger(["dotino-veloce", "fedify", "kv"])
const l = getLogger(["dotino-veloce", "database", "kv"])
export function createPostgresKvStore(postgres: Postgres.Sql): PostgresKvStore {

View file

@ -2,7 +2,7 @@ import Postgres from "@@npm/postgres"
import { getLogger } from "@logtape/logtape"
const l = getLogger(["dotino-veloce", "fedify", "postgres"])
const l = getLogger(["dotino-veloce", "database", "postgres"])
export function createPostgres(connString: string): Postgres.Sql {