Skip to content

Commit

Permalink
refactor: canChangeCharaterValueへの置き換え忘れを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
kizahasi committed Jul 9, 2023
1 parent a9a3791 commit f62ec92
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/dist/cjs/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/dist/cjs/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/core/dist/esm/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/dist/esm/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/core/src/internal/ot/requestedBy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const canChangeOwnerCharacterId = ({
} else {
currentOwnerCharacterId = currentOwnerCharacter?.ownerCharacterId;
}
return !!isCharacterOwner({
return canChangeCharacterValue({
requestedBy,
characterId: currentOwnerCharacterId ?? anyValue,
currentRoomState,
Expand Down

0 comments on commit f62ec92

Please sign in to comment.