Skip to content

Commit

Permalink
Remove async legacy proto enum field.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielshaar committed Dec 12, 2024
1 parent 27796e5 commit d0798c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modal_proto/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,10 @@ enum FileDescriptor {
enum FunctionCallInvocationType {
FUNCTION_CALL_INVOCATION_TYPE_UNSPECIFIED = 0;
FUNCTION_CALL_INVOCATION_TYPE_SYNC_LEGACY = 1;
FUNCTION_CALL_INVOCATION_TYPE_ASYNC_LEGACY = 2;
FUNCTION_CALL_INVOCATION_TYPE_ASYNC = 3;
FUNCTION_CALL_INVOCATION_TYPE_SYNC = 4;

reserved 2;
}

enum FunctionCallType {
Expand Down

0 comments on commit d0798c3

Please sign in to comment.