diff options
Diffstat (limited to 'app/assets/javascripts/ref/constants.js')
-rw-r--r-- | app/assets/javascripts/ref/constants.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/javascripts/ref/constants.js b/app/assets/javascripts/ref/constants.js new file mode 100644 index 00000000000..524ff2380c0 --- /dev/null +++ b/app/assets/javascripts/ref/constants.js @@ -0,0 +1,4 @@ +// This eslint-disable can be removed once a second +// value is added to this file. +/* eslint-disable import/prefer-default-export */ +export const X_TOTAL_HEADER = 'x-total'; |