Commit aebdbbe
committed
Use config to get access token in TeamService
Replaces the call to self.get_access_token() with config.get_access_token() in the TeamService class. This change ensures the access token is retrieved from the config object, possibly improving consistency or fixing a bug related to token acquisition.1 parent 35aa973 commit aebdbbe
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
0 commit comments