novabyte52 / novabyte_blog

My blog site.
0 stars 0 forks source link

refactor drafts store #6

Open novabyte52 opened 3 weeks ago

novabyte52 commented 3 weeks ago

currently posts.store.ts the drafts store has some functions that need renamed for clarity.

getDrafts => getAllDrafts draftPost => createDraft getPublished => getPublishedDrafts