Skip to content

Commit 55c035e

Browse files
committed
Comment out load until late
1 parent d073179 commit 55c035e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/netsuite.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module Actions
3939
autoload :GetList, 'netsuite/actions/get_list'
4040
autoload :GetSelectValue, 'netsuite/actions/get_select_value'
4141
autoload :Initialize, 'netsuite/actions/initialize'
42-
autoload :mapSSO, 'netsuite/actions/map_sso'
42+
# autoload :mapSSO, 'netsuite/actions/map_sso'
4343
autoload :Update, 'netsuite/actions/update'
4444
autoload :Search, 'netsuite/actions/search'
4545
autoload :SearchMoreWithId, 'netsuite/actions/search_more_with_id'

0 commit comments

Comments
 (0)