@kb-labs/workflow-daemon 2.118.2 → 2.119.0-canary.8c5512847
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +9 -9
package/dist/index.js
CHANGED
|
@@ -186,7 +186,6 @@ async function createWorkflowWorker(options) {
|
|
|
186
186
|
try {
|
|
187
187
|
const ws = await wsProvider2.materialize({
|
|
188
188
|
workspaceId: wsId,
|
|
189
|
-
sourceRef: "main",
|
|
190
189
|
metadata: { runId: run.id, jobId: job.id },
|
|
191
190
|
onProgress: (event) => {
|
|
192
191
|
jobLogger.info(`[workspace] ${event.stage}: ${event.message}`, {
|