Commit 1d42e27
authored
DBOS.configure returns global instance (#300)
reverts a breaking change from #291 where DBOS.config was void return
instead of returning the global instance.
I think we should be keeping DBOS static and instnace APIs distinct, so
returning the global instance from the static configure method seems
wrong. However, this breaks a bunch of internal tests. So reverting
until we understand the problem better is the right choice. Opened #299
to track fixing this1 parent 92c574f commit 1d42e27
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
785 | 785 | | |
786 | 786 | | |
787 | 787 | | |
788 | | - | |
| 788 | + | |
789 | 789 | | |
790 | 790 | | |
791 | 791 | | |
| |||
795 | 795 | | |
796 | 796 | | |
797 | 797 | | |
| 798 | + | |
| 799 | + | |
| 800 | + | |
798 | 801 | | |
799 | 802 | | |
800 | 803 | | |
| |||
0 commit comments