mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-10 17:36:33 +08:00
Remove FLUICS API client hack [SCI-5939]
This commit is contained in:
parent
110ddd872e
commit
61919e81b6
1 changed files with 0 additions and 10 deletions
|
@ -1,15 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
# ATTENTION: This should be removed ASAP, contact FLUICS
|
||||
module Net
|
||||
module HTTPHeader
|
||||
def capitalize(name)
|
||||
name
|
||||
end
|
||||
private :capitalize
|
||||
end
|
||||
end
|
||||
|
||||
module LabelPrinters
|
||||
module Fluics
|
||||
class ApiClient
|
Loading…
Reference in a new issue