mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: fix html escaping
This commit is contained in:
@@ -33,7 +33,6 @@ func GetTestingProfile(t *testing.T) *profile.Profile {
|
||||
if driver == "sqlite" {
|
||||
dsn = fmt.Sprintf("%s/memos_%s.db", dir, mode)
|
||||
}
|
||||
println("dsn", dsn, driver)
|
||||
return &profile.Profile{
|
||||
Mode: mode,
|
||||
Port: port,
|
||||
|
Reference in New Issue
Block a user