diff options
| author | s <[email protected]> | 2025-11-16 02:40:58 -0500 |
|---|---|---|
| committer | s <[email protected]> | 2025-11-16 02:40:58 -0500 |
| commit | 76d0cff639988ca506b1dc6e848841944c96b263 (patch) | |
| tree | b841dce1980bdb50d9f0c8f96d649a53a1778029 /cmd/x.go | |
| parent | f4c58dfee401431c37e853643d0188cd020f66d7 (diff) | |
| download | dborg-76d0cff639988ca506b1dc6e848841944c96b263.tar.gz dborg-76d0cff639988ca506b1dc6e848841944c96b263.zip | |
docs: add comprehensive api endpoints documentation and expand cli functionalityv1.0.3
Diffstat (limited to 'cmd/x.go')
| -rw-r--r-- | cmd/x.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ func runXHistorySearch(cmd *cobra.Command, args []string) error { } func runXTweetsSearch(cmd *cobra.Command, args []string) error { - c, err := newClient() + c, err := newUnauthenticatedClient() if err != nil { return err } |
