Skip to content
Snippets Groups Projects
Unverified Commit 362ef924 authored by Noah Moss's avatar Noah Moss Committed by GitHub
Browse files

Tweak Malli schema in `update-users-recent-views!` (#37031)

parent 7305c326
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
(mu/defn update-users-recent-views!
"Updates the RecentViews table for a given user with a new view, and prunes old views."
[user-id :- ms/PositiveInt
[user-id :- [:maybe ms/PositiveInt]
model :- [:or
[:enum :model/Card :model/Table :model/Dashboard]
:string]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment