mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 09:08:32 +02:00
Rename initial workspace to "Yaak"
This commit is contained in:
@@ -702,7 +702,7 @@ async fn list_workspaces(
|
|||||||
let workspace = models::upsert_workspace(
|
let workspace = models::upsert_workspace(
|
||||||
pool,
|
pool,
|
||||||
models::Workspace {
|
models::Workspace {
|
||||||
name: "My Project".to_string(),
|
name: "Yaak".to_string(),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user