Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mgordel committed Sep 24, 2024
1 parent e97c66b commit 9ab32e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/experimental/job/job_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { GolemUserError } from "../../shared/error/golem-error";
import { GolemNetwork, GolemNetworkOptions, MarketOrderSpec } from "../../golem-network/golem-network";

export type JobManagerConfig = Partial<GolemNetworkOptions> & {
/** Type of engine required: vm, wasm, vm-nvidia, etc...
/**
* @deprecated This field is deprecated and will be removed in future versions. Please use the 'api.key` and `api.url' instead.
*/
yagna?: YagnaOptions;
Expand Down

0 comments on commit 9ab32e8

Please sign in to comment.