Skip to content

Commit f15856b

Browse files
committed
refactor: fix minor rubocop issue
1 parent ef5d360 commit f15856b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/project.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def self.permissions
6565
# What can admins do with projects?
6666
admin_role_permissions = [
6767
:get,
68-
:get_submission,
68+
:get_submission
6969
]
7070
# What can auditors do with projects?
7171
auditor_role_permissions = [

0 commit comments

Comments
 (0)