Skip to content

Commit

Permalink
fix: worng filed was updated (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
cl-shaharshavit-rnd authored Jan 9, 2022
1 parent c6f2466 commit 15548c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/models/layerMetadata/layerMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ export class LayerMetadata implements ILayerMetadata, IMetadataCommonModel {
nullable: true,
},
field: {
overrideType: TsTypes.STRING,
overrideType: TsTypes.NULLABLE_STRING,
},
})
@tsTypes({
Expand Down
2 changes: 1 addition & 1 deletion src/models/layerMetadata/pycswLayerCatalogRecord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class PycswLayerCatalogRecord extends LayerMetadata implements IPycswCore
},
})
@tsTypes({
mappingType: TsTypes.NULLABLE_STRING,
mappingType: TsTypes.STRING,
})
@graphql()
@fieldConfig({
Expand Down

0 comments on commit 15548c9

Please sign in to comment.