This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 0428f739 Show params
0428f739 is described below
commit 0428f739879e3b32fee97520a8cccdbb3481b12b
Author: Sebb <[email protected]>
AuthorDate: Mon May 22 17:00:01 2023 +0100
Show params
---
www/roster/main.rb | 1 +
1 file changed, 1 insertion(+)
diff --git a/www/roster/main.rb b/www/roster/main.rb
index ad195644..450d7c48 100755
--- a/www/roster/main.rb
+++ b/www/roster/main.rb
@@ -458,6 +458,7 @@ get '/env' do
size: source && File.size(source),
}
},
+ params: params,
line: __LINE__ # temp
}