Skip to content

Commit 47a65af

Browse files
committed
docs: update jsdoc comments
1 parent 97d56c3 commit 47a65af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class ErrsolePostgres extends EventEmitter {
203203
*
204204
* @async
205205
* @function flushLogs
206-
* @returns {Promise<{}>} - A Promise that resolves with an empty object.
206+
* @returns {Promise<{}>} - A Promise that resolves with an empty object upon successful flush.
207207
* @throws {Error} - Throws an error if the operation fails.
208208
*/
209209
async flushLogs () {

0 commit comments

Comments
 (0)