mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-03-25 09:05:47 +00:00
ugh
This commit is contained in:
parent
3520059ff7
commit
d870dc9e7d
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,6 @@ set :port, $config[:port]
|
|||
blog = HarpBlog.new($config[:path], $config[:dry_run])
|
||||
|
||||
before do
|
||||
@wait_for_compilation = @fields['wait']
|
||||
if request.body.size > 0
|
||||
@fields =
|
||||
case
|
||||
|
|
@ -87,6 +86,7 @@ before do
|
|||
else
|
||||
@fields = {}
|
||||
end
|
||||
@wait_for_compilation = @fields['wait']
|
||||
end
|
||||
|
||||
after do
|
||||
|
|
|
|||
Loading…
Reference in a new issue