diff --git a/package.json b/package.json index 5cba947..4632319 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@beincom/dto", - "version": "4.6.0", + "version": "4.6.1", "description": "Share dto for all projects of Beincom", "main": "./dist/index.js", "scripts": { diff --git a/src/user.dto.ts b/src/user.dto.ts index 2ea3f73..58b181a 100644 --- a/src/user.dto.ts +++ b/src/user.dto.ts @@ -110,7 +110,7 @@ export class UserSettingDto { /** * @note this field is required in the next major release. */ - showYourContent?: boolean; + showContent?: boolean; } export class UserPublicInfoDto {