refactor: remove unused _buildId variable assignment

This commit is contained in:
Ben Allfree
2025-11-23 15:35:29 -08:00
parent 36ce0ca7ff
commit d3f871eba7

View File

@@ -99,7 +99,7 @@ export const triggerBuild = mutation({
if (cached) {
// Use cached artifact, skip GitHub workflow
const artifactUrl = getR2ArtifactUrl(buildHash);
const _buildId = await ctx.db.insert("builds", {
await ctx.db.insert("builds", {
profileId: profile._id,
target: target,
githubRunId: 0,