Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheeguerin committed Sep 16, 2024
1 parent ff8f593 commit 186db96
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ interface Manufacturers {
getManufacturerOperationStatus is Operations.GetResourceOperationStatus<Manufacturer>;

/** Creates or replaces a Manufacturer */
createManufacturer is Operations.ResourceCreateOrReplace<Manufacturer>;
createOrReplaceManufacturer is Operations.ResourceCreateOrReplace<Manufacturer>;

/** Get a Manufacturer */
getManufacturer is Operations.ResourceRead<Manufacturer>;
Expand All @@ -285,7 +285,7 @@ interface Manufacturers {
// A "global" RPC operation
/** Responds with status information about the overall service. */
@route("service-status")
op serviceStatus is RpcOperation<
op getServiceStatus is RpcOperation<
{},
{
statusString: string;
Expand Down

0 comments on commit 186db96

Please sign in to comment.