diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-13 01:49:17 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-13 01:49:17 +0900 |
| commit | 15fff9622429e4c061a26e8d73c8eaf3e0375c0a (patch) | |
| tree | 9433639396f0582f5b6ee4cc9b0888fd6f057079 /src/web/app | |
| parent | [Test] Add some tests (diff) | |
| download | misskey-15fff9622429e4c061a26e8d73c8eaf3e0375c0a.tar.gz misskey-15fff9622429e4c061a26e8d73c8eaf3e0375c0a.tar.bz2 misskey-15fff9622429e4c061a26e8d73c8eaf3e0375c0a.zip | |
いい感じにした
Diffstat (limited to 'src/web/app')
| -rw-r--r-- | src/web/app/desktop/tags/drive/browser.tag | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/desktop/tags/drive/browser.tag b/src/web/app/desktop/tags/drive/browser.tag index 4c42987d03..640bf24b7e 100644 --- a/src/web/app/desktop/tags/drive/browser.tag +++ b/src/web/app/desktop/tags/drive/browser.tag @@ -407,7 +407,7 @@ @remove-file file @api \drive/files/update do file_id: file - folder_id: if @folder? then @folder.id else \null + folder_id: if @folder? then @folder.id else null .then ~> # something .catch (err, text-status) ~> @@ -424,7 +424,7 @@ @remove-folder folder @api \drive/folders/update do folder_id: folder - parent_id: if @folder? then @folder.id else \null + parent_id: if @folder? then @folder.id else null .then ~> # something .catch (err) ~> |