Skip to content

Commit d9ed963

Browse files
authored
Merge pull request #4 from benchling/remove-webhook-from-manifest
Remove TODO from manifest now that we allow uploading manifest without webhook URL
2 parents 0953487 + b5024bc commit d9ed963

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

examples/chem-sync-local-flask/manifest.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@ manifestVersion: 1
22

33
info:
44
name: Sample Sync App
5-
# TODO We can't specify a version while also specifying a webhookUrl
6-
# We can't specify a feature without specifying webhookUrl
7-
# version: 0.1.0
5+
version: 0.1.0
86
settings:
97
lifecycleManagement: MANUAL
10-
# TODO: Just a placeholder, we'll replace with a valid webhook URL in the Benchling UI
11-
webhookUrl: https://benchling.com
128
features:
139
- name: Sync Step
1410
id: sync_step

0 commit comments

Comments
 (0)