Skip to content

Commit

Permalink
make eventLoop a constant
Browse files Browse the repository at this point in the history
  • Loading branch information
jdmcd committed Jan 24, 2019
1 parent 11906f3 commit 2b681ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Jobs/JobsPersistenceLayer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Vapor
public protocol JobsPersistenceLayer: Service {

/// The event loop to be run on
var eventLoop: EventLoop { get set }
var eventLoop: EventLoop { get }

/// Returns a `JobData` wrapper for a specified key.
///
Expand Down

0 comments on commit 2b681ab

Please sign in to comment.