feat: Store timestamps as strings in the database, which was causing postgres errors.
Some checks failed
CI / Linux Tests (pull_request) Failing after 5m46s
Some checks failed
CI / Linux Tests (pull_request) Failing after 5m46s
This commit is contained in:
@@ -63,7 +63,8 @@ struct HomeView: HTML, Sendable {
|
||||
.class("btn btn-xl btn-primary mt-6"),
|
||||
.hx.get(route: .signup(.index)),
|
||||
.hx.target("body"),
|
||||
.hx.swap(.outerHTML)
|
||||
.hx.swap(.outerHTML),
|
||||
.hx.pushURL(true)
|
||||
) {
|
||||
"Get Started"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user