Skip to content

Commit 51d0c0c

Browse files
author
yaroslav8765
committed
fix: remove unused parametr from the /get_public_config
1 parent 8fccf23 commit 51d0c0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adminforth/modules/restApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export default class AdminForthRestAPI implements IAdminForthRestAPI {
198198
noAuth: true,
199199
method: 'GET',
200200
path: '/get_public_config',
201-
handler: async ({ tr, adminUser }) => {
201+
handler: async ({ tr }) => {
202202

203203
// TODO we need to remove this method and make get_config to return public and private parts for logged in user and only public for not logged in
204204

0 commit comments

Comments
 (0)