Skip to content
Snippets Groups Projects
Commit e632f7eb authored by Allen Gilliland's avatar Allen Gilliland
Browse files

small fixes to the way we fetch venues table to ensure we end up with the right record.

parent ab7c0209
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@
(delay (sel :one Table :name "USERS")))
(def venues-table
(delay (sel :one Table :name "VENUES")))
(delay (Table (id :venues))))
(def korma-users-table
(delay (korma-entity @users-table)))
......
......@@ -20,7 +20,7 @@
(delay (sel :one Table :name "USERS")))
(def venues-table
(delay (sel :one Table :name "VENUES")))
(delay (Table (id :venues))))
(def korma-users-table
(delay (korma-entity @users-table)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment