Skip to content

Commit

Permalink
proper casing
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Oct 14, 2022
1 parent 7a740c3 commit 13660b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/rest/store-metadata/index.ts
Expand Up @@ -30,7 +30,7 @@ export function useSimpleMethod({ pathParameters, body, settings }: any) {
const parameters: Parameter[] = [
{
key: 1,
name: 'soulname',
name: 'soulName',
description: 'Soulname',
required: 'yes',
default: 'Identity',
Expand Down

0 comments on commit 13660b4

Please sign in to comment.