Skip to content

Commit 0a02ed2

Browse files
authored
Merge pull request #109 from PaystackHQ/chore/empty-commit-trigger
Chore: Empty Commit
2 parents 1a8a74f + 08a8ae8 commit 0a02ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helpers/server-methods.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const trigger = async ({ day, month, year }) => {
2020
const playlistMonth = moment(date).subtract(1, 'months');
2121
const playlistName = spotify.generatePlaylistName(playlistMonth);
2222

23-
// Search for an existing playlist before continueing the playlist creation process.
23+
// Search for an existing playlist before continuing the playlist creation process.
2424
// A case insensitive search is used for completeness.
2525
// Please see https://github.com/PaystackHQ/paystack-music-api/pull/15#discussion_r467569438
2626
// for more context.

0 commit comments

Comments
 (0)