Skip to content

Commit a369721

Browse files
committed
remove todo
1 parent f8e244f commit a369721

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/frontend/src/preferences.ts

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ const storageProvider: StorageProvider = {
3939
cloudGet: async (ctx) => {
4040
// TODO: この取得方法だとアカウントが変わると保存場所も変わってしまうので改修する
4141
// 例えば複数アカウントある場合でも設定値を保存するための「プライマリアカウント」を設定できるようにするとか
42-
// TODO: keyのcondに応じた取得
4342
try {
4443
const cloudData = await misskeyApi('i/registry/get', {
4544
scope: ['client', 'preferences', 'sync'],

0 commit comments

Comments
 (0)