8268933b56
Fixed web linter. Issue: https://github.com/storj/storj/issues/5158 Change-Id: Ia63e3e6e7352a99e902c9ed08a4bcfd75059e943
8 lines
208 B
JavaScript
8 lines
208 B
JavaScript
// Copyright (C) 2021 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
module.exports = {
|
|
process () {
|
|
return `module.exports = { render: function(){ return this._c("svg") } }`;
|
|
},
|
|
}; |