mirror of
https://codeberg.org/JasterV/spazio-solazzo.git
synced 2026-04-26 18:20:03 +00:00
fix: walk-in page to use new arcipelago slug
This commit is contained in:
parent
687f0e3b19
commit
c9c5255642
3 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ defmodule SpazioSolazzoWeb.Admin.WalkInLive do
|
|||
alias SpazioSolazzo.BookingSystem
|
||||
|
||||
def mount(_params, _session, socket) do
|
||||
{:ok, space} = BookingSystem.get_space_by_slug("coworking")
|
||||
{:ok, space} = BookingSystem.get_space_by_slug("arcipelago")
|
||||
|
||||
today = Date.utc_today()
|
||||
first_day = Date.beginning_of_month(today)
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ defmodule SpazioSolazzoWeb.Admin.WalkInLiveSimpleTest do
|
|||
setup do
|
||||
{:ok, space} =
|
||||
BookingSystem.create_space(
|
||||
"Coworking",
|
||||
"coworking",
|
||||
"Arcipelago",
|
||||
"arcipelago",
|
||||
"Coworking space",
|
||||
5
|
||||
)
|
||||
|
|
|
|||
|
|
@ -7,8 +7,8 @@ defmodule SpazioSolazzoWeb.Admin.WalkInLiveTest do
|
|||
setup do
|
||||
{:ok, space} =
|
||||
BookingSystem.create_space(
|
||||
"Coworking",
|
||||
"coworking",
|
||||
"Arcipelago",
|
||||
"arcipelago",
|
||||
"Coworking space",
|
||||
5
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue