Commit dabbcb087ea1c360a2305a739b07e94c3ddc57fa
1 parent
d542327001
Exists in
master
Uppercase prefix
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
lib/apiserver/router-config-senders.js
... | ... | @@ -103,6 +103,8 @@ function pageAddForPrefix(req, res, next) { |
103 | 103 | |
104 | 104 | return; |
105 | 105 | } |
106 | + | |
107 | + req.query.prefix = req.query.prefix.toUpperCase(); | |
106 | 108 | |
107 | 109 | if (!config.senders_imsi.prefix_names[req.query.prefix]) { |
108 | 110 | config.senders_imsi.prefix_names[req.query.prefix] = []; |