Skip to content

Commit

Permalink
Fix name of base rpc driver config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed Mar 18, 2022
1 parent 5067941 commit 4bfa41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/rpc/configSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { types } from 'mobx-state-tree'
import { ConfigurationSchema } from '../configuration'

const BaseRpcDriverConfigSchema = ConfigurationSchema(
'MainThreadRpcDriver',
'BaseRpcDriver',
{
workerCount: {
type: 'number',
Expand Down

0 comments on commit 4bfa41e

Please sign in to comment.