Skip to content

Commit 8811daa

Browse files
committed
fix
1 parent 1f906f8 commit 8811daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datasets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Base.@kwdef struct Dataset
158158
_json::Dict
159159
end
160160

161-
function Dataset(d::Dict)
161+
function Dataset(d::Dict; expected_project::Union{UUID, Nothing}=nothing)
162162
owner = _get_json(
163163
_get_json(d, "owner", Dict),
164164
"username", String,

0 commit comments

Comments
 (0)