Skip to content

Commit f6bcd7c

Browse files
committed
🤦
1 parent adfd3f5 commit f6bcd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const ProjectReference = Union{AbstractString, UUIDs.UUID}
3636
# if present.
3737
function _project_uuid(auth::Authentication, project::Union{ProjectReference, Nothing})::UUIDs.UUID
3838
if isnothing(project)
39-
project_id = project_id
39+
project_id = auth.project_id
4040
if isnothing(project_id)
4141
throw(ProjectNotSetError())
4242
else

0 commit comments

Comments
 (0)