mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 21:21:50 +08:00
hound fix
This commit is contained in:
parent
b155462496
commit
544611c3fa
1 changed files with 1 additions and 2 deletions
|
@ -86,7 +86,6 @@ class AssetSyncController < ApplicationController
|
|||
end
|
||||
end
|
||||
|
||||
|
||||
private
|
||||
|
||||
def conflicting_asset_copy_token
|
||||
|
@ -145,7 +144,7 @@ class AssetSyncController < ApplicationController
|
|||
result: result.id
|
||||
}.merge(message_items))
|
||||
end
|
||||
|
||||
|
||||
def check_asset_sync
|
||||
render_404 if ENV['ASSET_SYNC_URL'].blank?
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue