Skip to content

Commit 9f59c7f

Browse files
authored
screenshot: remove ID (#92)
I'm not sure the original intention of this but you take a single screen shot per log at most. Signed-off-by: Matt Klein <[email protected]>
1 parent 5cd578a commit 9f59c7f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/bitdrift_public/protobuf/workflow/v1/workflow.proto

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,7 @@ message Workflow {
383383

384384
// Emit a log containing application screenshot.
385385
message ActionTakeScreenshot {
386-
// The ID of an action. If multiple actions have them same ID and are performed
387-
// as the result of processing the same event (i.e. log) a client performs only one
388-
// of the actions.
389-
string id = 1 [(validate.rules).string = {min_len: 1}];
386+
reserved 1;
390387
}
391388
}
392389

0 commit comments

Comments
 (0)