We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfd3f5 commit f6bcd7cCopy full SHA for f6bcd7c
src/projects.jl
@@ -36,7 +36,7 @@ const ProjectReference = Union{AbstractString, UUIDs.UUID}
36
# if present.
37
function _project_uuid(auth::Authentication, project::Union{ProjectReference, Nothing})::UUIDs.UUID
38
if isnothing(project)
39
- project_id = project_id
+ project_id = auth.project_id
40
if isnothing(project_id)
41
throw(ProjectNotSetError())
42
else
0 commit comments