Skip to content
Snippets Groups Projects
Commit c3274564 authored by ko_oler's avatar ko_oler
Browse files

fix

parent ecc676e1
No related branches found
No related tags found
No related merge requests found
......@@ -161,8 +161,7 @@ func (s *Extension) isCorrectExtension(ctx context.Context, url *extension.Actio
if ext == "" {
ext = in.Extension
}
if in.Extension == s.desc.Extension {
if ext == s.desc.Extension {
return true
}
return false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment