Skip to content

Commit

Permalink
chore: default to SSE v1 method
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele committed Jun 27, 2024
1 parent ab4e0b0 commit 1cd3492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/hooks/sdtdLogs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ module.exports = function sdtdLogs(sails) {
return SdtdSSE;
}
} catch (error) {
sails.log.warn('Could not get allocs version, defaulting to SSE', { server });
return SdtdSSE;
sails.log.warn('Could not get allocs version, defaulting to SSEV1', { server });
return SdtdSSEV1;
}


Expand Down

0 comments on commit 1cd3492

Please sign in to comment.