mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-21 17:28:59 -05:00
fix: un-hard-code location (#2760)
This commit is contained in:
@@ -41,7 +41,7 @@ func InsertCutOverPayloadsIntoTempTable(ctx context.Context, tx DBTX, tableName
|
||||
ids = append(ids, payload.ID)
|
||||
insertedAts = append(insertedAts, payload.InsertedAt)
|
||||
types = append(types, string(payload.Type))
|
||||
locations = append(locations, string(V1PayloadLocationEXTERNAL))
|
||||
locations = append(locations, string(payload.Location))
|
||||
externalLocationKeys = append(externalLocationKeys, string(payload.ExternalLocationKey))
|
||||
inlineContents = append(inlineContents, payload.InlineContent)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user