diff options
author | 2024-12-20 23:11:22 +0100 | |
---|---|---|
committer | 2024-12-20 23:17:08 +0100 | |
commit | e50745066a375a18e25fd1b0b14f6cfa1df30814 (patch) | |
tree | d333f227bae2658b2feefc3871323d3735c4b376 /plugins/base/imap.go | |
parent | 29cc111962100efa65183d6fa636399c8bb5651f (diff) | |
download | alps-e50745066a375a18e25fd1b0b14f6cfa1df30814.tar.gz alps-e50745066a375a18e25fd1b0b14f6cfa1df30814.tar.bz2 alps-e50745066a375a18e25fd1b0b14f6cfa1df30814.zip |
plugins/base/routes: fix err variable shadowing
Redeclaring the same variable shadows the outer one. This means the
error check below will never check this error.
This issue was found with golangci-lint.
Signed-off-by: Silvan Jegen <[email protected]>
Diffstat (limited to 'plugins/base/imap.go')
0 files changed, 0 insertions, 0 deletions