mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
bigger perf graph
This commit is contained in:
parent
bc7092dc33
commit
351a2db437
@ -143,7 +143,9 @@ class BasilController < ApplicationController
|
||||
|
||||
active_styles = [
|
||||
BasilService.enabled_styles_for('Character'),
|
||||
BasilService.enabled_styles_for('Location')
|
||||
BasilService.enabled_styles_for('Location'),
|
||||
# Also include anything we specifically want to track for now :)
|
||||
'painting2', 'painting3', 'anime'
|
||||
].flatten.compact.uniq
|
||||
|
||||
@total_score_per_style = BasilCommission.where(style: active_styles)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user