Skip to content

Commit f716ca7

Browse files
authored
fix: return content with successful response (willswire#100)
Closes willswire#75
1 parent 1024838 commit f716ca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ async function update(clientOptions: ClientOptions, newRecord: AddressableRecord
9292
type: newRecord.type,
9393
});
9494

95-
return new Response(null, { status: 200 });
95+
return new Response('OK', { status: 200 });
9696
}
9797

9898
export default {

0 commit comments

Comments
 (0)