mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-03-28 17:42:55 +01:00
refactor: remove unused _buildId variable assignment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user