Skip to content

Commit

Permalink
fix(folder): share column nullable 적용
Browse files Browse the repository at this point in the history
Ji-Ha committed Jun 29, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 01f6cb3 commit 55e49d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ class Folder(
var folders: MutableList<AccountFolder>? = mutableListOf()

// TODO: 2022/05/06 공유 북마크인지 확인하기 위해서 추가한 컬럼
var share: Boolean = false
var share: Boolean? = false

var rootFolderId: Long? = null

0 comments on commit 55e49d5

Please sign in to comment.