Skip to content

Commit

Permalink
SUCCESS finally
Browse files Browse the repository at this point in the history
CURA-10992
  • Loading branch information
saumyaj3 committed Oct 20, 2023
1 parent 62bc142 commit aa3ebb1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/plugin/generate.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ struct Generate
try
{
auto [lines_, polys_] = generator.generate(outlines, pattern_setting.value(), tile_size, absolute_tiles, tile_type);

lines = std::move(lines_);
polys = std::move(polys_);
}
catch (const std::exception& e)
{
Expand Down Expand Up @@ -144,7 +145,7 @@ struct Generate
}
}

co_await agrpc::finish(writer, response, status, boost::asio::use_awaitable);
co_await agrpc::finish(writer, response, status, boost::asio::use_awaitable);
}
}
};
Expand Down

0 comments on commit aa3ebb1

Please sign in to comment.