forked from Ruderverein-Donau-Linz/rowt
Merge branch 'staging' of gitlab.com:PhilippHofer/rot into staging
This commit is contained in:
commit
d9322c9702
@ -139,7 +139,10 @@ async fn new_thirty(
|
|||||||
|
|
||||||
Log::create(
|
Log::create(
|
||||||
db,
|
db,
|
||||||
format!("{created_by:?} created thirty-ergo entry: {data:?}"),
|
format!(
|
||||||
|
"{} created thirty-ergo entry: {data:?}",
|
||||||
|
created_by.user.name
|
||||||
|
),
|
||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
|
|
||||||
@ -176,7 +179,10 @@ async fn new_dozen(
|
|||||||
|
|
||||||
Log::create(
|
Log::create(
|
||||||
db,
|
db,
|
||||||
format!("{created_by:?} created dozen-ergo entry: {data:?}"),
|
format!(
|
||||||
|
"{} created dozen-ergo entry: {data:?}",
|
||||||
|
created_by.user.name
|
||||||
|
),
|
||||||
)
|
)
|
||||||
.await;
|
.await;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user