Skip to content

Commit 05542c2

Browse files
committed
chore: lint
1 parent 7d61c92 commit 05542c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/controllers/suppliers_controller.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ class SuppliersController < ApplicationController
44
class SupplierNotFoundError < StandardError; end
55

66
include SwiftypeMeta
7+
78
rescue_from SupplierNotFoundError, with: :not_found
89
rescue_from Contentful::GraphqlAdapter::QueryError, with: :internal_server_error
910

0 commit comments

Comments
 (0)