Skip to content

Commit 40e5001

Browse files
authored
Fix bad update from another branch
1 parent 12b666b commit 40e5001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/v3/services/triggerTask.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ export class TriggerTaskService extends BaseService {
617617

618618
const filename = `${pathPrefix}/payload.json`;
619619

620-
await uploadPacketToObjectStore(filename, packet.data, packet.dataType, environment);
620+
await uploadToObjectStore(filename, packet.data, packet.dataType, environment);
621621

622622
return {
623623
data: filename,

0 commit comments

Comments
 (0)