Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Jan 17, 2024
1 parent 244e310 commit 59fcb84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/restate_context_impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,9 @@ export class RestateGrpcContextImpl implements RestateGrpcContext {
);
}

rpcGateway(): RpcGateway {
return new RpcContextImpl(this);
}
rpcGateway(): RpcGateway {
return new RpcContextImpl(this);
}

// DON'T make this function async!!!
// The reason is that we want the erros thrown by the initial checks to be propagated in the caller context,
Expand Down

0 comments on commit 59fcb84

Please sign in to comment.