Skip to content

Commit 1425f22

Browse files
committed
fix: remove stale OpenapiSpec field from InsertDeploymentParams
1 parent 706b637 commit 1425f22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

svc/ctrl/worker/githubwebhook/handle_push.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ func insertDeploymentRecord(
292292
GitCommitAuthorHandle: sql.NullString{String: authorHandle, Valid: authorHandle != ""},
293293
GitCommitAuthorAvatarUrl: sql.NullString{String: authorAvatarURL, Valid: authorAvatarURL != ""},
294294
GitCommitTimestamp: sql.NullInt64{Int64: commitTimestamp, Valid: commitTimestamp != 0},
295-
OpenapiSpec: sql.NullString{Valid: false},
296295
CpuMillicores: runtimeSettings.CpuMillicores,
297296
MemoryMib: runtimeSettings.MemoryMib,
298297
Port: runtimeSettings.Port,

0 commit comments

Comments
 (0)