Skip to content

Commit

Permalink
Merge pull request #112 from godaddy/AsyncAwait
Browse files Browse the repository at this point in the history
Remove single quotes around module name
  • Loading branch information
jgowdy-godaddy authored May 11, 2024
2 parents f33e4fc + 0ee4c69 commit 93f2ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/asherah.cc
Original file line number Diff line number Diff line change
Expand Up @@ -696,4 +696,4 @@ class Asherah : public Napi::Addon<Asherah> {
#pragma endregion Helpers
};

NODE_API_NAMED_ADDON('asherah', Asherah)
NODE_API_NAMED_ADDON(asherah, Asherah)

0 comments on commit 93f2ae4

Please sign in to comment.